Html Css Color HEX #A0C27A Olivine

📋 copy color: '#A0C27A'

red 160 ◦ green 194 ◦ blue 122

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

Shades of Olivine #A0C27A

Tints of Olivine #A0C27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

 BLUE value IS 122 (48.05% from 255) = 25.63%

R = 33.61%
G = 40.76%
B = 25.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#A0C27A (or 0xA0C27A) is known color: Olivine. HEX triplet: A0, C2 and 7A. RGB value is (160,194,122). Sum of RGB (Red+Green+Blue) = 160+194+122=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C27A is #5F3D85. Grayscale: #AFAFAF. Windows color (decimal): -6241670 or 8045216. OLE color: 8045216.

HSL color Cylindrical-coordinate representation of color #A0C27A: hue angle of 88.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C27A is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 122 -
CMYK 0.18 0 0.37 0.24
HSL 88.33º 0.37% 0.62% -
HSV(B) 88.33º 0.37% 0.76% -
XYZ 37.3 47.46 25.61 -
YUV 175.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 160 194 122 0.18 0 0.37 0.24 88.33 0.37 0.62
Hex A0 C2 7A 12 0 25 18 58 25 3E
Octal 240 302 172 22 0 45 30 130 45 76
Binary 10100000 11000010 1111010 10010 0 100101 11000 1011000 100101 111110

Color Harmonies of #A0C27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C27A

Black with #A0C27A

Text Example


Text Example

White with #A0C27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C27A; }

 p { color: rgb(160,194,122); }

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

background-color css

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

 a { background-color: rgb(160,194,122); }

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

border-color css

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

 span { border-color: rgb(160,194,122); }

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