Html Css Color HEX #3AC006 Kelly Green

📋 copy color: '#3AC006'

red 58 ◦ green 192 ◦ blue 6

#3AC006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #3AC006

Tints of Kelly Green #3AC006

RGB

 RED value IS 58 (23.05% from 255) = 22.66%

 GREEN value IS 192 (75.39% from 255) = 75%

 BLUE value IS 6 (2.73% from 255) = 2.34%

R = 22.66%
G = 75%
B = 2.34%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#3AC006 (or 0x3AC006) is known color: Kelly Green. HEX triplet: 3A, C0 and 06. RGB value is (58,192,6). Sum of RGB (Red+Green+Blue) = 58+192+6=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC006 is #C53FF9. Grayscale: #838383. Windows color (decimal): -12926970 or 442426. OLE color: 442426.

HSL color Cylindrical-coordinate representation of color #3AC006: hue angle of 103.23º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AC006 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 6 -
CMYK 0.70 0 0.97 0.25
HSL 103.23º 0.94% 0.39% -
HSV(B) 103.23º 0.97% 0.75% -
XYZ 20.63 38.61 6.54 -
YUV 130.73 57.61 76.12 -
System Red Green Blue C M Y K H S L
Decimal 58 192 6 0.70 0 0.97 0.25 103.23 0.94 0.39
Hex 3A C0 6 46 0 61 19 67 5E 27
Octal 72 300 6 106 0 141 31 147 136 47
Binary 111010 11000000 110 1000110 0 1100001 11001 1100111 1011110 100111

Color Harmonies of #3AC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC006

Black with #3AC006

Text Example


Text Example

White with #3AC006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,192,6); }

 H1.HeaderClassName
 {
   color: #3AC006;
 }
 .AnyTagClassName
 {
   color: #3AC006;
 }
</style>

background-color css

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

 a { background-color: rgb(58,192,6); }

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

border-color css

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

 span { border-color: rgb(58,192,6); }

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