Html Css Color HEX #3CA00A Kelly Green

📋 copy color: '#3CA00A'

red 60 ◦ green 160 ◦ blue 10

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

Shades of Kelly Green #3CA00A

Tints of Kelly Green #3CA00A

RGB

 RED value IS 60 (23.83% from 255) = 26.09%

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

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

R = 26.09%
G = 69.57%
B = 4.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#3CA00A (or 0x3CA00A) is known color: Kelly Green. HEX triplet: 3C, A0 and 0A. RGB value is (60,160,10). Sum of RGB (Red+Green+Blue) = 60+160+10=230 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.09% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA00A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA00A is #C35FF5. Grayscale: #717171. Windows color (decimal): -12804086 or 696380. OLE color: 696380.

HSL color Cylindrical-coordinate representation of color #3CA00A: hue angle of 100º 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 #3CA00A is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 160 10 -
CMYK 0.62 0 0.94 0.37
HSL 100º 0.88% 0.33% -
HSV(B) 100º 0.94% 0.63% -
XYZ 14.49 26.12 4.57 -
YUV 113 69.87 90.2 -
System Red Green Blue C M Y K H S L
Decimal 60 160 10 0.62 0 0.94 0.37 100 0.88 0.33
Hex 3C A0 A 3E 0 5E 25 64 58 21
Octal 74 240 12 76 0 136 45 144 130 41
Binary 111100 10100000 1010 111110 0 1011110 100101 1100100 1011000 100001

Color Harmonies of #3CA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA00A

Black with #3CA00A

Text Example


Text Example

White with #3CA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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