Html Css Color HEX #08C773 Jade

📋 copy color: '#08C773'

red 8 ◦ green 199 ◦ blue 115

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

Shades of Jade #08C773

Tints of Jade #08C773

RGB

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

 GREEN value IS 199 (78.13% from 255) = 61.8%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 2.48%
G = 61.8%
B = 35.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#08C773 (or 0x08C773) is known color: Jade. HEX triplet: 08, C7 and 73. RGB value is (8,199,115). Sum of RGB (Red+Green+Blue) = 8+199+115=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 199 (78.12% from 255 or 61.80% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 199 - color contains mainly: green. Hex color #08C773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C773 is #F7388C. Grayscale: #848484. Windows color (decimal): -16201869 or 7587592. OLE color: 7587592.

HSL color Cylindrical-coordinate representation of color #08C773: hue angle of 153.61º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C773 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 199 115 -
CMYK 0.96 0 0.42 0.22
HSL 153.61º 0.92% 0.41% -
HSV(B) 153.61º 0.96% 0.78% -
XYZ 23.62 42.14 23.11 -
YUV 132.32 118.22 39.33 -
System Red Green Blue C M Y K H S L
Decimal 8 199 115 0.96 0 0.42 0.22 153.61 0.92 0.41
Hex 8 C7 73 60 0 2A 16 9A 5C 29
Octal 10 307 163 140 0 52 26 232 134 51
Binary 1000 11000111 1110011 1100000 0 101010 10110 10011010 1011100 101001

Color Harmonies of #08C773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C773

Black with #08C773

Text Example


Text Example

White with #08C773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,199,115); }

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

background-color css

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

 a { background-color: rgb(8,199,115); }

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

border-color css

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

 span { border-color: rgb(8,199,115); }

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