Html Css Color HEX #3AAA07 Kelly Green

📋 copy color: '#3AAA07'

red 58 ◦ green 170 ◦ blue 7

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

Shades of Kelly Green #3AAA07

Tints of Kelly Green #3AAA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.98%

R = 24.68%
G = 72.34%
B = 2.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#3AAA07 (or 0x3AAA07) is known color: Kelly Green. HEX triplet: 3A, AA and 07. RGB value is (58,170,7). Sum of RGB (Red+Green+Blue) = 58+170+7=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA07 is #C555F8. Grayscale: #767676. Windows color (decimal): -12932601 or 502330. OLE color: 502330.

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

Color convert

RGB 58 170 7 -
CMYK 0.66 0 0.96 0.33
HSL 101.23º 0.92% 0.35% -
HSV(B) 101.23º 0.96% 0.67% -
XYZ 16.16 29.66 5.08 -
YUV 117.93 65.39 85.25 -
System Red Green Blue C M Y K H S L
Decimal 58 170 7 0.66 0 0.96 0.33 101.23 0.92 0.35
Hex 3A AA 7 42 0 60 21 65 5C 23
Octal 72 252 7 102 0 140 41 145 134 43
Binary 111010 10101010 111 1000010 0 1100000 100001 1100101 1011100 100011

Color Harmonies of #3AAA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAA07

Black with #3AAA07

Text Example


Text Example

White with #3AAA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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