#3af28a

Color #3AF28A Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3AF28A

Tints of Shamrock #3AF28A

Color information

#3AF28A (or 0x3AF28A) is unknown color: approx Shamrock. HEX triplet: 3A, F2 and 8A. RGB value is (58,242,138). Sum of RGB (Red+Green+Blue) = 58+242+138=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 242 (94.92% from 255 or 55.25% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF28A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF28A is #C50D75. Grayscale: #AFAFAF. Windows color (decimal): -12914038 or 9105978. OLE color: 9105978.

HSL color Cylindrical-coordinate representation of color #3AF28A: hue angle of 146.09º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF28A is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB58242138-
CMYK0.7600.430.05
HSL146.09º87.62%58.82%-
HSV(B)146.09º76.03%94.9%-
XYZ38.0866.2434.82-
YUV175.13107.0444.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 13.24%
GREEN value IS 242 (94.92% from 255) = 55.25%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=13.24%
G=55.25%
B=31.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582421380.7600.430.05146.0987.6258.82
Hex3AF28A4C02B592583b
Octal72362212114053522213073
Binary111010111100101000101010011000101011101100100101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3af28a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3af28a; }

 p { color: rgb(58,242,138); }

 H1.HeaderClassName
 {
   color: #3af28a;
 }
 .AnyTagClassName
 {
   color: #3af28a;
 }
</style>
background-color css

<style>
 a { background-color: #3af28a; }

 a { background-color: rgb(58,242,138); }

 div.DivClassName
 {
   background-color: #3af28a;
 }
 .BgClassName
 {
   background-color: #3af28a;
 }
</style>
border-color css

<style>
 span { border-color: #3af28a; }

 span { border-color: rgb(58,242,138); }

 td.TdClassName
 {
   border-color: #3af28a;
 }
 .TagClassName
 {
   border-color: #3af28a;
 }
</style>