Html Css Color HEX #08A468 Jade

📋 copy color: '#08A468'

red 8 ◦ green 164 ◦ blue 104

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

Shades of Jade #08A468

Tints of Jade #08A468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 59.42%

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

R = 2.9%
G = 59.42%
B = 37.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#08A468 (or 0x08A468) is known color: Jade. HEX triplet: 08, A4 and 68. RGB value is (8,164,104). Sum of RGB (Red+Green+Blue) = 8+164+104=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #08A468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A468 is #F75B97. Grayscale: #6E6E6E. Windows color (decimal): -16210840 or 6857736. OLE color: 6857736.

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

Color convert

RGB 8 164 104 -
CMYK 0.95 0 0.37 0.36
HSL 156.92º 0.91% 0.34% -
HSV(B) 156.92º 0.95% 0.64% -
XYZ 15.87 27.6 17.59 -
YUV 110.52 124.32 54.88 -
System Red Green Blue C M Y K H S L
Decimal 8 164 104 0.95 0 0.37 0.36 156.92 0.91 0.34
Hex 8 A4 68 5F 0 25 24 9D 5B 22
Octal 10 244 150 137 0 45 44 235 133 42
Binary 1000 10100100 1101000 1011111 0 100101 100100 10011101 1011011 100010

Color Harmonies of #08A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A468

Black with #08A468

Text Example


Text Example

White with #08A468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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