Html Css Color HEX #A5CA6E Olivine

📋 copy color: '#A5CA6E'

red 165 ◦ green 202 ◦ blue 110

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

Shades of Olivine #A5CA6E

Tints of Olivine #A5CA6E

RGB

 RED value IS 165 (64.84% from 255) = 34.59%

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

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 34.59%
G = 42.35%
B = 23.06%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#A5CA6E (or 0xA5CA6E) is known color: Olivine. HEX triplet: A5, CA and 6E. RGB value is (165,202,110). Sum of RGB (Red+Green+Blue) = 165+202+110=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA6E is #5A3591. Grayscale: #B4B4B4. Windows color (decimal): -5911954 or 7260837. OLE color: 7260837.

HSL color Cylindrical-coordinate representation of color #A5CA6E: hue angle of 84.13º degrees, saturation: 0.46, 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 #A5CA6E is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 202 110 -
CMYK 0.18 0 0.46 0.21
HSL 84.13º 0.46% 0.61% -
HSV(B) 84.13º 0.46% 0.79% -
XYZ 39.45 51.37 22.59 -
YUV 180.45 88.24 116.98 -
System Red Green Blue C M Y K H S L
Decimal 165 202 110 0.18 0 0.46 0.21 84.13 0.46 0.61
Hex A5 CA 6E 12 0 2E 15 54 2E 3D
Octal 245 312 156 22 0 56 25 124 56 75
Binary 10100101 11001010 1101110 10010 0 101110 10101 1010100 101110 111101

Color Harmonies of #A5CA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CA6E

Black with #A5CA6E

Text Example


Text Example

White with #A5CA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CA6E; }

 p { color: rgb(165,202,110); }

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

background-color css

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

 a { background-color: rgb(165,202,110); }

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

border-color css

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

 span { border-color: rgb(165,202,110); }

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