#A8CF6B

Color #A8CF6B Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #A8CF6B

Tints of Olivine #A8CF6B

Color information

#A8CF6B (or 0xA8CF6B) is unknown color: approx Olivine. HEX triplet: A8, CF and 6B. RGB value is (168,207,107). Sum of RGB (Red+Green+Blue) = 168+207+107=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF6B is #573094. Grayscale: #B8B8B8. Windows color (decimal): -5714069 or 7065512. OLE color: 7065512.

HSL color Cylindrical-coordinate representation of color #A8CF6B: hue angle of 83.4º degrees, saturation: 0.51, 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 #A8CF6B is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB168207107-
CMYK0.1900.480.19
HSL83.4º51.02%61.57%-
HSV(B)83.4º48.31%81.18%-
XYZ41.1254.0122.17-
YUV183.9484.58116.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 107 (42.19% from 255) = 22.20%
R=34.85%
G=42.95%
B=22.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682071070.1900.480.1983.451.0261.57
HexA8CF6B130301353333e
Octal25031715323060231236376
Binary10101000110011111101011100110110000100111010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CF6B; }

 p { color: rgb(168,207,107); }

 H1.HeaderClassName
 {
   color: #A8CF6B;
 }
 .AnyTagClassName
 {
   color: #A8CF6B;
 }
</style>
background-color css

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

 a { background-color: rgb(168,207,107); }

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

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

 span { border-color: rgb(168,207,107); }

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