Html Css Color HEX #08AF6C Jade

📋 copy color: '#08AF6C'

red 8 ◦ green 175 ◦ blue 108

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

Shades of Jade #08AF6C

Tints of Jade #08AF6C

RGB

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

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

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

R = 2.75%
G = 60.14%
B = 37.11%

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

#08AF6C (or 0x08AF6C) is known color: Jade. HEX triplet: 08, AF and 6C. RGB value is (8,175,108). Sum of RGB (Red+Green+Blue) = 8+175+108=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AF6C is #F75093. Grayscale: #757575. Windows color (decimal): -16208020 or 7122696. OLE color: 7122696.

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

Color convert

RGB 8 175 108 -
CMYK 0.95 0 0.38 0.31
HSL 155.93º 0.91% 0.36% -
HSV(B) 155.93º 0.95% 0.69% -
XYZ 18.14 31.79 19.37 -
YUV 117.43 122.67 49.95 -
System Red Green Blue C M Y K H S L
Decimal 8 175 108 0.95 0 0.38 0.31 155.93 0.91 0.36
Hex 8 AF 6C 5F 0 26 1F 9C 5B 24
Octal 10 257 154 137 0 46 37 234 133 44
Binary 1000 10101111 1101100 1011111 0 100110 11111 10011100 1011011 100100

Color Harmonies of #08AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AF6C

Black with #08AF6C

Text Example


Text Example

White with #08AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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