Html Css Color HEX #3AA114 Kelly Green

📋 copy color: '#3AA114'

red 58 ◦ green 161 ◦ blue 20

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

Shades of Kelly Green #3AA114

Tints of Kelly Green #3AA114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 67.36%

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

R = 24.27%
G = 67.36%
B = 8.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#3AA114 (or 0x3AA114) is known color: Kelly Green. HEX triplet: 3A, A1 and 14. RGB value is (58,161,20). Sum of RGB (Red+Green+Blue) = 58+161+20=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 161 (63.28% from 255 or 67.36% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA114 is #C55EEB. Grayscale: #727272. Windows color (decimal): -12934892 or 1351994. OLE color: 1351994.

HSL color Cylindrical-coordinate representation of color #3AA114: hue angle of 103.83º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3AA114 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 58 161 20 -
CMYK 0.64 0 0.88 0.37
HSL 103.83º 0.78% 0.35% -
HSV(B) 103.83º 0.88% 0.63% -
XYZ 14.62 26.44 4.99 -
YUV 114.13 74.88 87.96 -
System Red Green Blue C M Y K H S L
Decimal 58 161 20 0.64 0 0.88 0.37 103.83 0.78 0.35
Hex 3A A1 14 40 0 58 25 68 4E 23
Octal 72 241 24 100 0 130 45 150 116 43
Binary 111010 10100001 10100 1000000 0 1011000 100101 1101000 1001110 100011

Color Harmonies of #3AA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA114

Black with #3AA114

Text Example


Text Example

White with #3AA114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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