Html Css Color HEX #3AA408 Kelly Green

📋 copy color: '#3AA408'

red 58 ◦ green 164 ◦ blue 8

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

Shades of Kelly Green #3AA408

Tints of Kelly Green #3AA408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 71.3%

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

R = 25.22%
G = 71.3%
B = 3.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#3AA408 (or 0x3AA408) is known color: Kelly Green. HEX triplet: 3A, A4 and 08. RGB value is (58,164,8). Sum of RGB (Red+Green+Blue) = 58+164+8=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 164 (64.45% from 255 or 71.30% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA408 is #C55BF7. Grayscale: #737373. Windows color (decimal): -12934136 or 566330. OLE color: 566330.

HSL color Cylindrical-coordinate representation of color #3AA408: hue angle of 100.77º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AA408 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 58 164 8 -
CMYK 0.65 0 0.95 0.36
HSL 100.77º 0.91% 0.34% -
HSV(B) 100.77º 0.95% 0.64% -
XYZ 15.06 27.47 4.74 -
YUV 114.52 67.88 87.68 -
System Red Green Blue C M Y K H S L
Decimal 58 164 8 0.65 0 0.95 0.36 100.77 0.91 0.34
Hex 3A A4 8 41 0 5F 24 65 5B 22
Octal 72 244 10 101 0 137 44 145 133 42
Binary 111010 10100100 1000 1000001 0 1011111 100100 1100101 1011011 100010

Color Harmonies of #3AA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA408

Black with #3AA408

Text Example


Text Example

White with #3AA408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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