Html Css Color HEX #3AAE14 Kelly Green

📋 copy color: '#3AAE14'

red 58 ◦ green 174 ◦ blue 20

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

Shades of Kelly Green #3AAE14

Tints of Kelly Green #3AAE14

RGB

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

 GREEN value IS 174 (68.36% from 255) = 69.05%

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

R = 23.02%
G = 69.05%
B = 7.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#3AAE14 (or 0x3AAE14) is known color: Kelly Green. HEX triplet: 3A, AE and 14. RGB value is (58,174,20). Sum of RGB (Red+Green+Blue) = 58+174+20=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 174 (68.36% from 255 or 69.05% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAE14 is #C551EB. Grayscale: #7A7A7A. Windows color (decimal): -12931564 or 1355322. OLE color: 1355322.

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

Color convert

RGB 58 174 20 -
CMYK 0.67 0 0.89 0.32
HSL 105.19º 0.79% 0.38% -
HSV(B) 105.19º 0.89% 0.68% -
XYZ 17.01 31.22 5.79 -
YUV 121.76 70.57 82.52 -
System Red Green Blue C M Y K H S L
Decimal 58 174 20 0.67 0 0.89 0.32 105.19 0.79 0.38
Hex 3A AE 14 43 0 59 20 69 4F 26
Octal 72 256 24 103 0 131 40 151 117 46
Binary 111010 10101110 10100 1000011 0 1011001 100000 1101001 1001111 100110

Color Harmonies of #3AAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAE14

Black with #3AAE14

Text Example


Text Example

White with #3AAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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