Html Css Color HEX #008C10 Green

📋 copy color: '#008C10'

red 0 ◦ green 140 ◦ blue 16

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

Shades of Green #008C10

Tints of Green #008C10

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 140 (55.08% from 255) = 89.74%

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

R = 0%
G = 89.74%
B = 10.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#008C10 (or 0x008C10) is known color: Green. HEX triplet: 00, 8C and 10. RGB value is (0,140,16). Sum of RGB (Red+Green+Blue) = 0+140+16=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 140 (55.08% from 255 or 89.74% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 140 - color contains mainly: green. Hex color #008C10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C10 is #FF73EF. Grayscale: #545454. Windows color (decimal): -16741360 or 1084416. OLE color: 1084416.

HSL color Cylindrical-coordinate representation of color #008C10: hue angle of 126.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C10 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 140 16 -
CMYK 1 0 0.89 0.45
HSL 126.86º 1% 0.27% -
HSV(B) 126.86º 1% 0.55% -
XYZ 9.47 18.79 3.62 -
YUV 84 89.62 68.08 -
System Red Green Blue C M Y K H S L
Decimal 0 140 16 1 0 0.89 0.45 126.86 1 0.27
Hex 0 8C 10 64 0 59 2D 7F 64 1B
Octal 0 214 20 144 0 131 55 177 144 33
Binary 0 10001100 10000 1100100 0 1011001 101101 1111111 1100100 11011

Color Harmonies of #008C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C10

Black with #008C10

Text Example


Text Example

White with #008C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008C10; }

 p { color: rgb(0,140,16); }

 H1.HeaderClassName
 {
   color: #008C10;
 }
 .AnyTagClassName
 {
   color: #008C10;
 }
</style>

background-color css

<style>
 a { background-color: #008C10; }

 a { background-color: rgb(0,140,16); }

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

border-color css

<style>
 span { border-color: #008C10; }

 span { border-color: rgb(0,140,16); }

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