Html Css Color HEX #A1CD6E Olivine

📋 copy color: '#A1CD6E'

red 161 ◦ green 205 ◦ blue 110

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

Shades of Olivine #A1CD6E

Tints of Olivine #A1CD6E

RGB

 RED value IS 161 (63.28% from 255) = 33.82%

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

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

R = 33.82%
G = 43.07%
B = 23.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#A1CD6E (or 0xA1CD6E) is known color: Olivine. HEX triplet: A1, CD and 6E. RGB value is (161,205,110). Sum of RGB (Red+Green+Blue) = 161+205+110=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD6E is #5E3291. Grayscale: #B5B5B5. Windows color (decimal): -6173330 or 7261601. OLE color: 7261601.

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

Color convert

RGB 161 205 110 -
CMYK 0.21 0 0.46 0.20
HSL 87.79º 0.49% 0.62% -
HSV(B) 87.79º 0.46% 0.8% -
XYZ 39.34 52.37 22.79 -
YUV 181.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 161 205 110 0.21 0 0.46 0.20 87.79 0.49 0.62
Hex A1 CD 6E 15 0 2E 14 58 31 3E
Octal 241 315 156 25 0 56 24 130 61 76
Binary 10100001 11001101 1101110 10101 0 101110 10100 1011000 110001 111110

Color Harmonies of #A1CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CD6E

Black with #A1CD6E

Text Example


Text Example

White with #A1CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CD6E; }

 p { color: rgb(161,205,110); }

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

background-color css

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

 a { background-color: rgb(161,205,110); }

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

border-color css

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

 span { border-color: rgb(161,205,110); }

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