Html Css Color HEX #A8C46D Olivine

📋 copy color: '#A8C46D'

red 168 ◦ green 196 ◦ blue 109

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

Shades of Olivine #A8C46D

Tints of Olivine #A8C46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.44%

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 35.52%
G = 41.44%
B = 23.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#A8C46D (or 0xA8C46D) is known color: Olivine. HEX triplet: A8, C4 and 6D. RGB value is (168,196,109). Sum of RGB (Red+Green+Blue) = 168+196+109=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C46D is #573B92. Grayscale: #B2B2B2. Windows color (decimal): -5716883 or 7193768. OLE color: 7193768.

HSL color Cylindrical-coordinate representation of color #A8C46D: hue angle of 79.31º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8C46D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 109 -
CMYK 0.14 0 0.44 0.23
HSL 79.31º 0.42% 0.6% -
HSV(B) 79.31º 0.44% 0.77% -
XYZ 38.65 48.91 21.87 -
YUV 177.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 168 196 109 0.14 0 0.44 0.23 79.31 0.42 0.6
Hex A8 C4 6D E 0 2C 17 4F 2A 3C
Octal 250 304 155 16 0 54 27 117 52 74
Binary 10101000 11000100 1101101 1110 0 101100 10111 1001111 101010 111100

Color Harmonies of #A8C46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C46D

Black with #A8C46D

Text Example


Text Example

White with #A8C46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C46D; }

 p { color: rgb(168,196,109); }

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

background-color css

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

 a { background-color: rgb(168,196,109); }

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

border-color css

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

 span { border-color: rgb(168,196,109); }

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