Html Css Color HEX #00861A Green

📋 copy color: '#00861A'

red 0 ◦ green 134 ◦ blue 26

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

Shades of Green #00861A

Tints of Green #00861A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 83.75%

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 0%
G = 83.75%
B = 16.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#00861A (or 0x00861A) is known color: Green. HEX triplet: 00, 86 and 1A. RGB value is (0,134,26). Sum of RGB (Red+Green+Blue) = 0+134+26=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 134 (52.73% from 255 or 83.75% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 134 - color contains mainly: green. Hex color #00861A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00861A is #FF79E5. Grayscale: #515151. Windows color (decimal): -16742886 or 1738240. OLE color: 1738240.

HSL color Cylindrical-coordinate representation of color #00861A: hue angle of 131.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00861A is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 134 26 -
CMYK 1 0 0.81 0.47
HSL 131.64º 1% 0.26% -
HSV(B) 131.64º 1% 0.53% -
XYZ 8.71 17.12 3.82 -
YUV 81.62 96.61 69.78 -
System Red Green Blue C M Y K H S L
Decimal 0 134 26 1 0 0.81 0.47 131.64 1 0.26
Hex 0 86 1A 64 0 51 2F 84 64 1A
Octal 0 206 32 144 0 121 57 204 144 32
Binary 0 10000110 11010 1100100 0 1010001 101111 10000100 1100100 11010

Color Harmonies of #00861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00861A

Black with #00861A

Text Example


Text Example

White with #00861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00861A; }

 p { color: rgb(0,134,26); }

 H1.HeaderClassName
 {
   color: #00861A;
 }
 .AnyTagClassName
 {
   color: #00861A;
 }
</style>

background-color css

<style>
 a { background-color: #00861A; }

 a { background-color: rgb(0,134,26); }

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

border-color css

<style>
 span { border-color: #00861A; }

 span { border-color: rgb(0,134,26); }

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