Html Css Color HEX #A8CD6D Olivine

📋 copy color: '#A8CD6D'

red 168 ◦ green 205 ◦ blue 109

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

Shades of Olivine #A8CD6D

Tints of Olivine #A8CD6D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

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

R = 34.85%
G = 42.53%
B = 22.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#A8CD6D (or 0xA8CD6D) is known color: Olivine. HEX triplet: A8, CD and 6D. RGB value is (168,205,109). Sum of RGB (Red+Green+Blue) = 168+205+109=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD6D is #573292. Grayscale: #B7B7B7. Windows color (decimal): -5714579 or 7196072. OLE color: 7196072.

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

Color convert

RGB 168 205 109 -
CMYK 0.18 0 0.47 0.20
HSL 83.13º 0.49% 0.62% -
HSV(B) 83.13º 0.47% 0.8% -
XYZ 40.74 53.09 22.57 -
YUV 182.99 86.24 117.31 -
System Red Green Blue C M Y K H S L
Decimal 168 205 109 0.18 0 0.47 0.20 83.13 0.49 0.62
Hex A8 CD 6D 12 0 2F 14 53 31 3E
Octal 250 315 155 22 0 57 24 123 61 76
Binary 10101000 11001101 1101101 10010 0 101111 10100 1010011 110001 111110

Color Harmonies of #A8CD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CD6D

Black with #A8CD6D

Text Example


Text Example

White with #A8CD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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