Html Css Color HEX #088502 Green

📋 copy color: '#088502'

red 8 ◦ green 133 ◦ blue 2

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

Shades of Green #088502

Tints of Green #088502

RGB

 RED value IS 8 (3.52% from 255) = 5.59%

 GREEN value IS 133 (52.34% from 255) = 93.01%

 BLUE value IS 2 (1.17% from 255) = 1.4%

R = 5.59%
G = 93.01%
B = 1.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#088502 (or 0x088502) is known color: Green. HEX triplet: 08, 85 and 02. RGB value is (8,133,2). Sum of RGB (Red+Green+Blue) = 8+133+2=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 133 (52.34% from 255 or 93.01% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 133 - color contains mainly: green. Hex color #088502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088502 is #F77AFD. Grayscale: #515151. Windows color (decimal): -16218878 or 165128. OLE color: 165128.

HSL color Cylindrical-coordinate representation of color #088502: hue angle of 117.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #088502 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 133 2 -
CMYK 0.94 0 0.98 0.48
HSL 117.25º 0.97% 0.26% -
HSV(B) 117.25º 0.98% 0.52% -
XYZ 8.5 16.83 2.86 -
YUV 80.69 83.59 76.15 -
System Red Green Blue C M Y K H S L
Decimal 8 133 2 0.94 0 0.98 0.48 117.25 0.97 0.26
Hex 8 85 2 5E 0 62 30 75 61 1A
Octal 10 205 2 136 0 142 60 165 141 32
Binary 1000 10000101 10 1011110 0 1100010 110000 1110101 1100001 11010

Color Harmonies of #088502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088502

Black with #088502

Text Example


Text Example

White with #088502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088502; }

 p { color: rgb(8,133,2); }

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

background-color css

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

 a { background-color: rgb(8,133,2); }

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

border-color css

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

 span { border-color: rgb(8,133,2); }

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