Html Css Color HEX #3AAA19 Kelly Green

📋 copy color: '#3AAA19'

red 58 ◦ green 170 ◦ blue 25

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

Shades of Kelly Green #3AAA19

Tints of Kelly Green #3AAA19

RGB

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

 GREEN value IS 170 (66.8% from 255) = 67.19%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 22.92%
G = 67.19%
B = 9.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#3AAA19 (or 0x3AAA19) is known color: Kelly Green. HEX triplet: 3A, AA and 19. RGB value is (58,170,25). Sum of RGB (Red+Green+Blue) = 58+170+25=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA19 is #C555E6. Grayscale: #787878. Windows color (decimal): -12932583 or 1681978. OLE color: 1681978.

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

Color convert

RGB 58 170 25 -
CMYK 0.66 0 0.85 0.33
HSL 106.34º 0.74% 0.38% -
HSV(B) 106.34º 0.85% 0.67% -
XYZ 16.3 29.72 5.8 -
YUV 119.98 74.39 83.79 -
System Red Green Blue C M Y K H S L
Decimal 58 170 25 0.66 0 0.85 0.33 106.34 0.74 0.38
Hex 3A AA 19 42 0 55 21 6A 4A 26
Octal 72 252 31 102 0 125 41 152 112 46
Binary 111010 10101010 11001 1000010 0 1010101 100001 1101010 1001010 100110

Color Harmonies of #3AAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA19

Black with #3AAA19

Text Example


Text Example

White with #3AAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,170,25); }

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

background-color css

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

 a { background-color: rgb(58,170,25); }

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

border-color css

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

 span { border-color: rgb(58,170,25); }

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