Html Css Color HEX #A0C27E Olivine

📋 copy color: '#A0C27E'

red 160 ◦ green 194 ◦ blue 126

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

Shades of Olivine #A0C27E

Tints of Olivine #A0C27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.25%

R = 33.33%
G = 40.42%
B = 26.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#A0C27E (or 0xA0C27E) is known color: Olivine. HEX triplet: A0, C2 and 7E. RGB value is (160,194,126). Sum of RGB (Red+Green+Blue) = 160+194+126=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C27E is #5F3D81. Grayscale: #B0B0B0. Windows color (decimal): -6241666 or 8307360. OLE color: 8307360.

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

Color convert

RGB 160 194 126 -
CMYK 0.18 0 0.35 0.24
HSL 90º 0.36% 0.63% -
HSV(B) 90º 0.35% 0.76% -
XYZ 37.55 47.56 26.94 -
YUV 176.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 160 194 126 0.18 0 0.35 0.24 90 0.36 0.63
Hex A0 C2 7E 12 0 23 18 5A 24 3F
Octal 240 302 176 22 0 43 30 132 44 77
Binary 10100000 11000010 1111110 10010 0 100011 11000 1011010 100100 111111

Color Harmonies of #A0C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C27E

Black with #A0C27E

Text Example


Text Example

White with #A0C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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