Html Css Color HEX #3BA010 Kelly Green

📋 copy color: '#3BA010'

red 59 ◦ green 160 ◦ blue 16

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

Shades of Kelly Green #3BA010

Tints of Kelly Green #3BA010

RGB

 RED value IS 59 (23.44% from 255) = 25.11%

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

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 25.11%
G = 68.09%
B = 6.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#3BA010 (or 0x3BA010) is known color: Kelly Green. HEX triplet: 3B, A0 and 10. RGB value is (59,160,16). Sum of RGB (Red+Green+Blue) = 59+160+16=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA010 is #C45FEF. Grayscale: #717171. Windows color (decimal): -12869616 or 1089595. OLE color: 1089595.

HSL color Cylindrical-coordinate representation of color #3BA010: hue angle of 102.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BA010 is Cyan = 0.63, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 59 160 16 -
CMYK 0.63 0 0.9 0.37
HSL 102.08º 0.82% 0.35% -
HSV(B) 102.08º 0.9% 0.63% -
XYZ 14.47 26.11 4.77 -
YUV 113.39 73.04 89.21 -
System Red Green Blue C M Y K H S L
Decimal 59 160 16 0.63 0 0.9 0.37 102.08 0.82 0.35
Hex 3B A0 10 3F 0 5A 25 66 52 23
Octal 73 240 20 77 0 132 45 146 122 43
Binary 111011 10100000 10000 111111 0 1011010 100101 1100110 1010010 100011

Color Harmonies of #3BA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA010

Black with #3BA010

Text Example


Text Example

White with #3BA010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,160,16); }

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

background-color css

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

 a { background-color: rgb(59,160,16); }

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

border-color css

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

 span { border-color: rgb(59,160,16); }

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