Html Css Color HEX #088B0D Green

📋 copy color: '#088B0D'

red 8 ◦ green 139 ◦ blue 13

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

Shades of Green #088B0D

Tints of Green #088B0D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 86.88%

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 5%
G = 86.88%
B = 8.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#088B0D (or 0x088B0D) is known color: Green. HEX triplet: 08, 8B and 0D. RGB value is (8,139,13). Sum of RGB (Red+Green+Blue) = 8+139+13=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 139 (54.69% from 255 or 86.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 139 - color contains mainly: green. Hex color #088B0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088B0D is #F774F2. Grayscale: #555555. Windows color (decimal): -16217331 or 887560. OLE color: 887560.

HSL color Cylindrical-coordinate representation of color #088B0D: hue angle of 122.29º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B0D is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 139 13 -
CMYK 0.94 0 0.91 0.45
HSL 122.29º 0.89% 0.29% -
HSV(B) 122.29º 0.94% 0.55% -
XYZ 9.41 18.55 3.46 -
YUV 85.47 87.1 72.75 -
System Red Green Blue C M Y K H S L
Decimal 8 139 13 0.94 0 0.91 0.45 122.29 0.89 0.29
Hex 8 8B D 5E 0 5B 2D 7A 59 1D
Octal 10 213 15 136 0 133 55 172 131 35
Binary 1000 10001011 1101 1011110 0 1011011 101101 1111010 1011001 11101

Color Harmonies of #088B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088B0D

Black with #088B0D

Text Example


Text Example

White with #088B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088B0D; }

 p { color: rgb(8,139,13); }

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

background-color css

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

 a { background-color: rgb(8,139,13); }

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

border-color css

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

 span { border-color: rgb(8,139,13); }

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