Html Css Color HEX #A8CE6A Olivine

📋 copy color: '#A8CE6A'

red 168 ◦ green 206 ◦ blue 106

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

Shades of Olivine #A8CE6A

Tints of Olivine #A8CE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 35%
G = 42.92%
B = 22.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#A8CE6A (or 0xA8CE6A) is known color: Olivine. HEX triplet: A8, CE and 6A. RGB value is (168,206,106). Sum of RGB (Red+Green+Blue) = 168+206+106=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE6A is #573195. Grayscale: #B7B7B7. Windows color (decimal): -5714326 or 6999720. OLE color: 6999720.

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

Color convert

RGB 168 206 106 -
CMYK 0.18 0 0.49 0.19
HSL 82.8º 0.51% 0.61% -
HSV(B) 82.8º 0.49% 0.81% -
XYZ 40.82 53.51 21.81 -
YUV 183.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 168 206 106 0.18 0 0.49 0.19 82.8 0.51 0.61
Hex A8 CE 6A 12 0 31 13 53 33 3D
Octal 250 316 152 22 0 61 23 123 63 75
Binary 10101000 11001110 1101010 10010 0 110001 10011 1010011 110011 111101

Color Harmonies of #A8CE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE6A

Black with #A8CE6A

Text Example


Text Example

White with #A8CE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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