Html Css Color HEX #A8CE68 Olivine

📋 copy color: '#A8CE68'

red 168 ◦ green 206 ◦ blue 104

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

Shades of Olivine #A8CE68

Tints of Olivine #A8CE68

RGB

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

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

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

R = 35.15%
G = 43.1%
B = 21.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#A8CE68 (or 0xA8CE68) is known color: Olivine. HEX triplet: A8, CE and 68. RGB value is (168,206,104). Sum of RGB (Red+Green+Blue) = 168+206+104=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE68 is #573197. Grayscale: #B7B7B7. Windows color (decimal): -5714328 or 6868648. OLE color: 6868648.

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

Color convert

RGB 168 206 104 -
CMYK 0.18 0 0.50 0.19
HSL 82.35º 0.51% 0.61% -
HSV(B) 82.35º 0.5% 0.81% -
XYZ 40.72 53.47 21.27 -
YUV 183.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 168 206 104 0.18 0 0.50 0.19 82.35 0.51 0.61
Hex A8 CE 68 12 0 32 13 52 33 3D
Octal 250 316 150 22 0 62 23 122 63 75
Binary 10101000 11001110 1101000 10010 0 110010 10011 1010010 110011 111101

Color Harmonies of #A8CE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CE68

Black with #A8CE68

Text Example


Text Example

White with #A8CE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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