Html Css Color HEX #A0CA6D Olivine

📋 copy color: '#A0CA6D'

red 160 ◦ green 202 ◦ blue 109

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

Shades of Olivine #A0CA6D

Tints of Olivine #A0CA6D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.89%

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

R = 33.97%
G = 42.89%
B = 23.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A0CA6D (or 0xA0CA6D) is known color: Olivine. HEX triplet: A0, CA and 6D. RGB value is (160,202,109). Sum of RGB (Red+Green+Blue) = 160+202+109=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA6D is #5F3592. Grayscale: #B3B3B3. Windows color (decimal): -6239635 or 7195296. OLE color: 7195296.

HSL color Cylindrical-coordinate representation of color #A0CA6D: hue angle of 87.1º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0CA6D is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 202 109 -
CMYK 0.21 0 0.46 0.21
HSL 87.1º 0.47% 0.61% -
HSV(B) 87.1º 0.46% 0.79% -
XYZ 38.38 50.82 22.25 -
YUV 178.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 160 202 109 0.21 0 0.46 0.21 87.1 0.47 0.61
Hex A0 CA 6D 15 0 2E 15 57 2F 3D
Octal 240 312 155 25 0 56 25 127 57 75
Binary 10100000 11001010 1101101 10101 0 101110 10101 1010111 101111 111101

Color Harmonies of #A0CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA6D

Black with #A0CA6D

Text Example


Text Example

White with #A0CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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