Html Css Color HEX #A0CD6D Olivine

📋 copy color: '#A0CD6D'

red 160 ◦ green 205 ◦ blue 109

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

Shades of Olivine #A0CD6D

Tints of Olivine #A0CD6D

RGB

 RED value IS 160 (62.89% from 255) = 33.76%

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

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

R = 33.76%
G = 43.25%
B = 23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#A0CD6D (or 0xA0CD6D) is known color: Olivine. HEX triplet: A0, CD and 6D. RGB value is (160,205,109). Sum of RGB (Red+Green+Blue) = 160+205+109=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD6D is #5F3292. Grayscale: #B4B4B4. Windows color (decimal): -6238867 or 7196064. OLE color: 7196064.

HSL color Cylindrical-coordinate representation of color #A0CD6D: hue angle of 88.12º 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 #A0CD6D is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 109 -
CMYK 0.22 0 0.47 0.20
HSL 88.13º 0.49% 0.62% -
HSV(B) 88.13º 0.47% 0.8% -
XYZ 39.09 52.24 22.49 -
YUV 180.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 160 205 109 0.22 0 0.47 0.20 88.13 0.49 0.62
Hex A0 CD 6D 16 0 2F 14 58 31 3E
Octal 240 315 155 26 0 57 24 130 61 76
Binary 10100000 11001101 1101101 10110 0 101111 10100 1011000 110001 111110

Color Harmonies of #A0CD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD6D

Black with #A0CD6D

Text Example


Text Example

White with #A0CD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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