Html Css Color HEX #08AE68 Jade

📋 copy color: '#08AE68'

red 8 ◦ green 174 ◦ blue 104

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

Shades of Jade #08AE68

Tints of Jade #08AE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 60.84%

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

R = 2.8%
G = 60.84%
B = 36.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#08AE68 (or 0x08AE68) is known color: Jade. HEX triplet: 08, AE and 68. RGB value is (8,174,104). Sum of RGB (Red+Green+Blue) = 8+174+104=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 174 (68.36% from 255 or 60.84% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 174 - color contains mainly: green. Hex color #08AE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AE68 is #F75197. Grayscale: #747474. Windows color (decimal): -16208280 or 6860296. OLE color: 6860296.

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

Color convert

RGB 8 174 104 -
CMYK 0.95 0 0.40 0.32
HSL 154.7º 0.91% 0.36% -
HSV(B) 154.7º 0.95% 0.68% -
XYZ 17.73 31.32 18.21 -
YUV 116.39 121 50.69 -
System Red Green Blue C M Y K H S L
Decimal 8 174 104 0.95 0 0.40 0.32 154.7 0.91 0.36
Hex 8 AE 68 5F 0 28 20 9B 5B 24
Octal 10 256 150 137 0 50 40 233 133 44
Binary 1000 10101110 1101000 1011111 0 101000 100000 10011011 1011011 100100

Color Harmonies of #08AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AE68

Black with #08AE68

Text Example


Text Example

White with #08AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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