Html Css Color HEX #A8CC68 Olivine

📋 copy color: '#A8CC68'

red 168 ◦ green 204 ◦ blue 104

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

Shades of Olivine #A8CC68

Tints of Olivine #A8CC68

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.86%

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

R = 35.29%
G = 42.86%
B = 21.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#A8CC68 (or 0xA8CC68) is known color: Olivine. HEX triplet: A8, CC and 68. RGB value is (168,204,104). Sum of RGB (Red+Green+Blue) = 168+204+104=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC68 is #573397. Grayscale: #B6B6B6. Windows color (decimal): -5714840 or 6868136. OLE color: 6868136.

HSL color Cylindrical-coordinate representation of color #A8CC68: hue angle of 81.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8CC68 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 104 -
CMYK 0.18 0 0.49 0.2
HSL 81.6º 0.5% 0.6% -
HSV(B) 81.6º 0.49% 0.8% -
XYZ 40.24 52.51 21.11 -
YUV 181.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 168 204 104 0.18 0 0.49 0.2 81.6 0.5 0.6
Hex A8 CC 68 12 0 31 14 52 32 3C
Octal 250 314 150 22 0 61 24 122 62 74
Binary 10101000 11001100 1101000 10010 0 110001 10100 1010010 110010 111100

Color Harmonies of #A8CC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC68

Black with #A8CC68

Text Example


Text Example

White with #A8CC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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