Html Css Color HEX #08A26C Jade

📋 copy color: '#08A26C'

red 8 ◦ green 162 ◦ blue 108

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

Shades of Jade #08A26C

Tints of Jade #08A26C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 58.27%

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 2.88%
G = 58.27%
B = 38.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#08A26C (or 0x08A26C) is known color: Jade. HEX triplet: 08, A2 and 6C. RGB value is (8,162,108). Sum of RGB (Red+Green+Blue) = 8+162+108=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #08A26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A26C is #F75D93. Grayscale: #6D6D6D. Windows color (decimal): -16211348 or 7119368. OLE color: 7119368.

HSL color Cylindrical-coordinate representation of color #08A26C: hue angle of 158.96º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A26C is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 162 108 -
CMYK 0.95 0 0.33 0.36
HSL 158.96º 0.91% 0.33% -
HSV(B) 158.96º 0.95% 0.64% -
XYZ 15.73 26.98 18.57 -
YUV 109.8 126.98 55.39 -
System Red Green Blue C M Y K H S L
Decimal 8 162 108 0.95 0 0.33 0.36 158.96 0.91 0.33
Hex 8 A2 6C 5F 0 21 24 9F 5B 21
Octal 10 242 154 137 0 41 44 237 133 41
Binary 1000 10100010 1101100 1011111 0 100001 100100 10011111 1011011 100001

Color Harmonies of #08A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A26C

Black with #08A26C

Text Example


Text Example

White with #08A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08A26C; }

 p { color: rgb(8,162,108); }

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

background-color css

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

 a { background-color: rgb(8,162,108); }

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

border-color css

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

 span { border-color: rgb(8,162,108); }

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