Html Css Color HEX #3AA00A Kelly Green

📋 copy color: '#3AA00A'

red 58 ◦ green 160 ◦ blue 10

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

Shades of Kelly Green #3AA00A

Tints of Kelly Green #3AA00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 70.18%

 BLUE value IS 10 (4.3% from 255) = 4.39%

R = 25.44%
G = 70.18%
B = 4.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#3AA00A (or 0x3AA00A) is known color: Kelly Green. HEX triplet: 3A, A0 and 0A. RGB value is (58,160,10). Sum of RGB (Red+Green+Blue) = 58+160+10=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 160 (62.89% from 255 or 70.18% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA00A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA00A is #C55FF5. Grayscale: #707070. Windows color (decimal): -12935158 or 696378. OLE color: 696378.

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

Color convert

RGB 58 160 10 -
CMYK 0.64 0 0.94 0.37
HSL 100.8º 0.88% 0.33% -
HSV(B) 100.8º 0.94% 0.63% -
XYZ 14.37 26.06 4.56 -
YUV 112.4 70.21 89.2 -
System Red Green Blue C M Y K H S L
Decimal 58 160 10 0.64 0 0.94 0.37 100.8 0.88 0.33
Hex 3A A0 A 40 0 5E 25 65 58 21
Octal 72 240 12 100 0 136 45 145 130 41
Binary 111010 10100000 1010 1000000 0 1011110 100101 1100101 1011000 100001

Color Harmonies of #3AA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA00A

Black with #3AA00A

Text Example


Text Example

White with #3AA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,160,10); }

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

background-color css

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

 a { background-color: rgb(58,160,10); }

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

border-color css

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

 span { border-color: rgb(58,160,10); }

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