Html Css Color HEX #3AC010 Kelly Green

📋 copy color: '#3AC010'

red 58 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #3AC010

Tints of Kelly Green #3AC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 72.18%

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

R = 21.8%
G = 72.18%
B = 6.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#3AC010 (or 0x3AC010) is known color: Kelly Green. HEX triplet: 3A, C0 and 10. RGB value is (58,192,16). Sum of RGB (Red+Green+Blue) = 58+192+16=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC010 is #C53FEF. Grayscale: #848484. Windows color (decimal): -12926960 or 1097786. OLE color: 1097786.

HSL color Cylindrical-coordinate representation of color #3AC010: hue angle of 105.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AC010 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 16 -
CMYK 0.70 0 0.92 0.25
HSL 105.68º 0.85% 0.41% -
HSV(B) 105.68º 0.92% 0.75% -
XYZ 20.69 38.64 6.86 -
YUV 131.87 62.61 75.31 -
System Red Green Blue C M Y K H S L
Decimal 58 192 16 0.70 0 0.92 0.25 105.68 0.85 0.41
Hex 3A C0 10 46 0 5C 19 6A 55 29
Octal 72 300 20 106 0 134 31 152 125 51
Binary 111010 11000000 10000 1000110 0 1011100 11001 1101010 1010101 101001

Color Harmonies of #3AC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC010

Black with #3AC010

Text Example


Text Example

White with #3AC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,192,16); }

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

background-color css

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

 a { background-color: rgb(58,192,16); }

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

border-color css

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

 span { border-color: rgb(58,192,16); }

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