Html Css Color HEX #3AAA1F Kelly Green

📋 copy color: '#3AAA1F'

red 58 ◦ green 170 ◦ blue 31

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

Shades of Kelly Green #3AAA1F

Tints of Kelly Green #3AAA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 22.39%
G = 65.64%
B = 11.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#3AAA1F (or 0x3AAA1F) is known color: Kelly Green. HEX triplet: 3A, AA and 1F. RGB value is (58,170,31). Sum of RGB (Red+Green+Blue) = 58+170+31=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA1F is #C555E0. Grayscale: #797979. Windows color (decimal): -12932577 or 2075194. OLE color: 2075194.

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

Color convert

RGB 58 170 31 -
CMYK 0.66 0 0.82 0.33
HSL 108.35º 0.69% 0.39% -
HSV(B) 108.35º 0.82% 0.67% -
XYZ 16.37 29.75 6.18 -
YUV 120.67 77.39 83.3 -
System Red Green Blue C M Y K H S L
Decimal 58 170 31 0.66 0 0.82 0.33 108.35 0.69 0.39
Hex 3A AA 1F 42 0 52 21 6C 45 27
Octal 72 252 37 102 0 122 41 154 105 47
Binary 111010 10101010 11111 1000010 0 1010010 100001 1101100 1000101 100111

Color Harmonies of #3AAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA1F

Black with #3AAA1F

Text Example


Text Example

White with #3AAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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