Html Css Color HEX #3AAD0F Kelly Green

📋 copy color: '#3AAD0F'

red 58 ◦ green 173 ◦ blue 15

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

Shades of Kelly Green #3AAD0F

Tints of Kelly Green #3AAD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 23.58%
G = 70.33%
B = 6.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#3AAD0F (or 0x3AAD0F) is known color: Kelly Green. HEX triplet: 3A, AD and 0F. RGB value is (58,173,15). Sum of RGB (Red+Green+Blue) = 58+173+15=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 173 (67.97% from 255 or 70.33% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAD0F is #C552F0. Grayscale: #797979. Windows color (decimal): -12931825 or 1027386. OLE color: 1027386.

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

Color convert

RGB 58 173 15 -
CMYK 0.66 0 0.91 0.32
HSL 103.67º 0.84% 0.37% -
HSV(B) 103.67º 0.91% 0.68% -
XYZ 16.77 30.82 5.52 -
YUV 120.6 68.4 83.35 -
System Red Green Blue C M Y K H S L
Decimal 58 173 15 0.66 0 0.91 0.32 103.67 0.84 0.37
Hex 3A AD F 42 0 5B 20 68 54 25
Octal 72 255 17 102 0 133 40 150 124 45
Binary 111010 10101101 1111 1000010 0 1011011 100000 1101000 1010100 100101

Color Harmonies of #3AAD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAD0F

Black with #3AAD0F

Text Example


Text Example

White with #3AAD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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