Html Css Color HEX #088A0D Green

📋 copy color: '#088A0D'

red 8 ◦ green 138 ◦ blue 13

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

Shades of Green #088A0D

Tints of Green #088A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 86.79%

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

R = 5.03%
G = 86.79%
B = 8.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#088A0D (or 0x088A0D) is known color: Green. HEX triplet: 08, 8A and 0D. RGB value is (8,138,13). Sum of RGB (Red+Green+Blue) = 8+138+13=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 138 (54.30% from 255 or 86.79% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 138 - color contains mainly: green. Hex color #088A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088A0D is #F775F2. Grayscale: #555555. Windows color (decimal): -16217587 or 887304. OLE color: 887304.

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

Color convert

RGB 8 138 13 -
CMYK 0.94 0 0.91 0.46
HSL 122.31º 0.89% 0.29% -
HSV(B) 122.31º 0.94% 0.54% -
XYZ 9.26 18.26 3.42 -
YUV 84.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 8 138 13 0.94 0 0.91 0.46 122.31 0.89 0.29
Hex 8 8A D 5E 0 5B 2E 7A 59 1D
Octal 10 212 15 136 0 133 56 172 131 35
Binary 1000 10001010 1101 1011110 0 1011011 101110 1111010 1011001 11101

Color Harmonies of #088A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088A0D

Black with #088A0D

Text Example


Text Example

White with #088A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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