Html Css Color HEX #A8CE6C Olivine

📋 copy color: '#A8CE6C'

red 168 ◦ green 206 ◦ blue 108

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

Shades of Olivine #A8CE6C

Tints of Olivine #A8CE6C

RGB

 RED value IS 168 (66.02% from 255) = 34.85%

 GREEN value IS 206 (80.86% from 255) = 42.74%

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

R = 34.85%
G = 42.74%
B = 22.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#A8CE6C (or 0xA8CE6C) is known color: Olivine. HEX triplet: A8, CE and 6C. RGB value is (168,206,108). Sum of RGB (Red+Green+Blue) = 168+206+108=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE6C is #573193. Grayscale: #B7B7B7. Windows color (decimal): -5714324 or 7130792. OLE color: 7130792.

HSL color Cylindrical-coordinate representation of color #A8CE6C: hue angle of 83.27º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8CE6C is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 108 -
CMYK 0.18 0 0.48 0.19
HSL 83.27º 0.5% 0.62% -
HSV(B) 83.27º 0.48% 0.81% -
XYZ 40.93 53.55 22.37 -
YUV 183.47 85.41 116.97 -
System Red Green Blue C M Y K H S L
Decimal 168 206 108 0.18 0 0.48 0.19 83.27 0.5 0.62
Hex A8 CE 6C 12 0 30 13 53 32 3E
Octal 250 316 154 22 0 60 23 123 62 76
Binary 10101000 11001110 1101100 10010 0 110000 10011 1010011 110010 111110

Color Harmonies of #A8CE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE6C

Black with #A8CE6C

Text Example


Text Example

White with #A8CE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE6C; }

 p { color: rgb(168,206,108); }

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

background-color css

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

 a { background-color: rgb(168,206,108); }

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

border-color css

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

 span { border-color: rgb(168,206,108); }

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