Html Css Color HEX #08AF68 Jade

📋 copy color: '#08AF68'

red 8 ◦ green 175 ◦ blue 104

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

Shades of Jade #08AF68

Tints of Jade #08AF68

RGB

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

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

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

R = 2.79%
G = 60.98%
B = 36.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#08AF68 (or 0x08AF68) is known color: Jade. HEX triplet: 08, AF and 68. RGB value is (8,175,104). Sum of RGB (Red+Green+Blue) = 8+175+104=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AF68 is #F75097. Grayscale: #757575. Windows color (decimal): -16208024 or 6860552. OLE color: 6860552.

HSL color Cylindrical-coordinate representation of color #08AF68: hue angle of 154.49º 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 #08AF68 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 175 104 -
CMYK 0.95 0 0.41 0.31
HSL 154.49º 0.91% 0.36% -
HSV(B) 154.49º 0.95% 0.69% -
XYZ 17.93 31.71 18.27 -
YUV 116.97 120.67 50.27 -
System Red Green Blue C M Y K H S L
Decimal 8 175 104 0.95 0 0.41 0.31 154.49 0.91 0.36
Hex 8 AF 68 5F 0 29 1F 9A 5B 24
Octal 10 257 150 137 0 51 37 232 133 44
Binary 1000 10101111 1101000 1011111 0 101001 11111 10011010 1011011 100100

Color Harmonies of #08AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AF68

Black with #08AF68

Text Example


Text Example

White with #08AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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