Html Css Color HEX #08A568 Jade

📋 copy color: '#08A568'

red 8 ◦ green 165 ◦ blue 104

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

Shades of Jade #08A568

Tints of Jade #08A568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.57%

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 2.89%
G = 59.57%
B = 37.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#08A568 (or 0x08A568) is known color: Jade. HEX triplet: 08, A5 and 68. RGB value is (8,165,104). Sum of RGB (Red+Green+Blue) = 8+165+104=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 165 (64.84% from 255 or 59.57% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 165 - color contains mainly: green. Hex color #08A568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A568 is #F75A97. Grayscale: #6F6F6F. Windows color (decimal): -16210584 or 6857992. OLE color: 6857992.

HSL color Cylindrical-coordinate representation of color #08A568: hue angle of 156.69º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A568 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 165 104 -
CMYK 0.95 0 0.37 0.35
HSL 156.69º 0.91% 0.34% -
HSV(B) 156.69º 0.95% 0.65% -
XYZ 16.05 27.96 17.65 -
YUV 111.1 123.99 54.46 -
System Red Green Blue C M Y K H S L
Decimal 8 165 104 0.95 0 0.37 0.35 156.69 0.91 0.34
Hex 8 A5 68 5F 0 25 23 9D 5B 22
Octal 10 245 150 137 0 45 43 235 133 42
Binary 1000 10100101 1101000 1011111 0 100101 100011 10011101 1011011 100010

Color Harmonies of #08A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A568

Black with #08A568

Text Example


Text Example

White with #08A568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,165,104); }

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

background-color css

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

 a { background-color: rgb(8,165,104); }

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

border-color css

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

 span { border-color: rgb(8,165,104); }

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