Html Css Color HEX #A8CE6E Olivine

📋 copy color: '#A8CE6E'

red 168 ◦ green 206 ◦ blue 110

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

Shades of Olivine #A8CE6E

Tints of Olivine #A8CE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.73%

R = 34.71%
G = 42.56%
B = 22.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#A8CE6E (or 0xA8CE6E) is known color: Olivine. HEX triplet: A8, CE and 6E. RGB value is (168,206,110). Sum of RGB (Red+Green+Blue) = 168+206+110=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE6E is #573191. Grayscale: #B8B8B8. Windows color (decimal): -5714322 or 7261864. OLE color: 7261864.

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

Color convert

RGB 168 206 110 -
CMYK 0.18 0 0.47 0.19
HSL 83.75º 0.49% 0.62% -
HSV(B) 83.75º 0.47% 0.81% -
XYZ 41.03 53.59 22.93 -
YUV 183.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 168 206 110 0.18 0 0.47 0.19 83.75 0.49 0.62
Hex A8 CE 6E 12 0 2F 13 54 31 3E
Octal 250 316 156 22 0 57 23 124 61 76
Binary 10101000 11001110 1101110 10010 0 101111 10011 1010100 110001 111110

Color Harmonies of #A8CE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE6E

Black with #A8CE6E

Text Example


Text Example

White with #A8CE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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