Html Css Color HEX #018800 Green

📋 copy color: '#018800'

red 1 ◦ green 136 ◦ blue 0

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

Shades of Green #018800

Tints of Green #018800

RGB

 RED value IS 1 (0.78% from 255) = 0.73%

 GREEN value IS 136 (53.52% from 255) = 99.27%

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

R = 0.73%
G = 99.27%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#018800 (or 0x018800) is known color: Green. HEX triplet: 01, 88 and 00. RGB value is (1,136,0). Sum of RGB (Red+Green+Blue) = 1+136+0=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 136 (53.52% from 255 or 99.27% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 136 - color contains mainly: green. Hex color #018800 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018800 is #FE77FF. Grayscale: #505050. Windows color (decimal): -16676864 or 34817. OLE color: 34817.

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

Color convert

RGB 1 136 0 -
CMYK 0.99 0 1 0.47
HSL 119.56º 1% 0.27% -
HSV(B) 119.56º 1% 0.53% -
XYZ 8.82 17.61 2.94 -
YUV 80.13 82.77 71.56 -
System Red Green Blue C M Y K H S L
Decimal 1 136 0 0.99 0 1 0.47 119.56 1 0.27
Hex 1 88 0 63 0 64 2F 78 64 1B
Octal 1 210 0 143 0 144 57 170 144 33
Binary 1 10001000 0 1100011 0 1100100 101111 1111000 1100100 11011

Color Harmonies of #018800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018800

Black with #018800

Text Example


Text Example

White with #018800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018800; }

 p { color: rgb(1,136,0); }

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

background-color css

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

 a { background-color: rgb(1,136,0); }

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

border-color css

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

 span { border-color: rgb(1,136,0); }

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