Html Css Color HEX #3AAC14 Kelly Green

📋 copy color: '#3AAC14'

red 58 ◦ green 172 ◦ blue 20

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

Shades of Kelly Green #3AAC14

Tints of Kelly Green #3AAC14

RGB

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

 GREEN value IS 172 (67.58% from 255) = 68.8%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 23.2%
G = 68.8%
B = 8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#3AAC14 (or 0x3AAC14) is known color: Kelly Green. HEX triplet: 3A, AC and 14. RGB value is (58,172,20). Sum of RGB (Red+Green+Blue) = 58+172+20=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAC14 is #C553EB. Grayscale: #797979. Windows color (decimal): -12932076 or 1354810. OLE color: 1354810.

HSL color Cylindrical-coordinate representation of color #3AAC14: hue angle of 105º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AAC14 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 172 20 -
CMYK 0.66 0 0.88 0.33
HSL 105º 0.79% 0.38% -
HSV(B) 105º 0.88% 0.67% -
XYZ 16.62 30.46 5.66 -
YUV 120.59 71.23 83.36 -
System Red Green Blue C M Y K H S L
Decimal 58 172 20 0.66 0 0.88 0.33 105 0.79 0.38
Hex 3A AC 14 42 0 58 21 69 4F 26
Octal 72 254 24 102 0 130 41 151 117 46
Binary 111010 10101100 10100 1000010 0 1011000 100001 1101001 1001111 100110

Color Harmonies of #3AAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAC14

Black with #3AAC14

Text Example


Text Example

White with #3AAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,172,20); }

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

background-color css

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

 a { background-color: rgb(58,172,20); }

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

border-color css

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

 span { border-color: rgb(58,172,20); }

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