Html Css Color HEX #3AC408 Kelly Green

📋 copy color: '#3AC408'

red 58 ◦ green 196 ◦ blue 8

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

Shades of Kelly Green #3AC408

Tints of Kelly Green #3AC408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 74.81%

 BLUE value IS 8 (3.52% from 255) = 3.05%

R = 22.14%
G = 74.81%
B = 3.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#3AC408 (or 0x3AC408) is known color: Kelly Green. HEX triplet: 3A, C4 and 08. RGB value is (58,196,8). Sum of RGB (Red+Green+Blue) = 58+196+8=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 196 (76.95% from 255 or 74.81% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC408 is #C53BF7. Grayscale: #858585. Windows color (decimal): -12925944 or 574522. OLE color: 574522.

HSL color Cylindrical-coordinate representation of color #3AC408: hue angle of 104.04º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AC408 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 58 196 8 -
CMYK 0.70 0 0.96 0.23
HSL 104.04º 0.92% 0.4% -
HSV(B) 104.04º 0.96% 0.77% -
XYZ 21.53 40.4 6.89 -
YUV 133.31 57.28 74.29 -
System Red Green Blue C M Y K H S L
Decimal 58 196 8 0.70 0 0.96 0.23 104.04 0.92 0.4
Hex 3A C4 8 46 0 60 17 68 5C 28
Octal 72 304 10 106 0 140 27 150 134 50
Binary 111010 11000100 1000 1000110 0 1100000 10111 1101000 1011100 101000

Color Harmonies of #3AC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC408

Black with #3AC408

Text Example


Text Example

White with #3AC408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,196,8); }

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

background-color css

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

 a { background-color: rgb(58,196,8); }

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

border-color css

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

 span { border-color: rgb(58,196,8); }

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