Html Css Color HEX #A8C26D Olivine

📋 copy color: '#A8C26D'

red 168 ◦ green 194 ◦ blue 109

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

Shades of Olivine #A8C26D

Tints of Olivine #A8C26D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.19%

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

R = 35.67%
G = 41.19%
B = 23.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#A8C26D (or 0xA8C26D) is known color: Olivine. HEX triplet: A8, C2 and 6D. RGB value is (168,194,109). Sum of RGB (Red+Green+Blue) = 168+194+109=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C26D is #573D92. Grayscale: #B0B0B0. Windows color (decimal): -5717395 or 7193256. OLE color: 7193256.

HSL color Cylindrical-coordinate representation of color #A8C26D: hue angle of 78.35º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8C26D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 109 -
CMYK 0.13 0 0.44 0.24
HSL 78.35º 0.41% 0.59% -
HSV(B) 78.35º 0.44% 0.76% -
XYZ 38.2 48.01 21.72 -
YUV 176.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 168 194 109 0.13 0 0.44 0.24 78.35 0.41 0.59
Hex A8 C2 6D D 0 2C 18 4E 29 3B
Octal 250 302 155 15 0 54 30 116 51 73
Binary 10101000 11000010 1101101 1101 0 101100 11000 1001110 101001 111011

Color Harmonies of #A8C26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C26D

Black with #A8C26D

Text Example


Text Example

White with #A8C26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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