Html Css Color HEX #08AF6D Jade

📋 copy color: '#08AF6D'

red 8 ◦ green 175 ◦ blue 109

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

Shades of Jade #08AF6D

Tints of Jade #08AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 59.93%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 2.74%
G = 59.93%
B = 37.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#08AF6D (or 0x08AF6D) is known color: Jade. HEX triplet: 08, AF and 6D. RGB value is (8,175,109). Sum of RGB (Red+Green+Blue) = 8+175+109=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AF6D is #F75092. Grayscale: #757575. Windows color (decimal): -16208019 or 7188232. OLE color: 7188232.

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

Color convert

RGB 8 175 109 -
CMYK 0.95 0 0.38 0.31
HSL 156.29º 0.91% 0.36% -
HSV(B) 156.29º 0.95% 0.69% -
XYZ 18.19 31.82 19.65 -
YUV 117.54 123.17 49.87 -
System Red Green Blue C M Y K H S L
Decimal 8 175 109 0.95 0 0.38 0.31 156.29 0.91 0.36
Hex 8 AF 6D 5F 0 26 1F 9C 5B 24
Octal 10 257 155 137 0 46 37 234 133 44
Binary 1000 10101111 1101101 1011111 0 100110 11111 10011100 1011011 100100

Color Harmonies of #08AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AF6D

Black with #08AF6D

Text Example


Text Example

White with #08AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,175,109); }

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

background-color css

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

 a { background-color: rgb(8,175,109); }

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

border-color css

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

 span { border-color: rgb(8,175,109); }

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