Html Css Color HEX #3AAD0E Kelly Green

📋 copy color: '#3AAD0E'

red 58 ◦ green 173 ◦ blue 14

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

Shades of Kelly Green #3AAD0E

Tints of Kelly Green #3AAD0E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 70.61%

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 23.67%
G = 70.61%
B = 5.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#3AAD0E (or 0x3AAD0E) is known color: Kelly Green. HEX triplet: 3A, AD and 0E. RGB value is (58,173,14). Sum of RGB (Red+Green+Blue) = 58+173+14=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 173 (67.97% from 255 or 70.61% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAD0E is #C552F1. Grayscale: #797979. Windows color (decimal): -12931826 or 961850. OLE color: 961850.

HSL color Cylindrical-coordinate representation of color #3AAD0E: hue angle of 103.4º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AAD0E is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 173 14 -
CMYK 0.66 0 0.92 0.32
HSL 103.4º 0.85% 0.37% -
HSV(B) 103.4º 0.92% 0.68% -
XYZ 16.77 30.82 5.48 -
YUV 120.49 67.9 83.43 -
System Red Green Blue C M Y K H S L
Decimal 58 173 14 0.66 0 0.92 0.32 103.4 0.85 0.37
Hex 3A AD E 42 0 5C 20 67 55 25
Octal 72 255 16 102 0 134 40 147 125 45
Binary 111010 10101101 1110 1000010 0 1011100 100000 1100111 1010101 100101

Color Harmonies of #3AAD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAD0E

Black with #3AAD0E

Text Example


Text Example

White with #3AAD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,173,14); }

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

background-color css

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

 a { background-color: rgb(58,173,14); }

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

border-color css

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

 span { border-color: rgb(58,173,14); }

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