Html Css Color HEX #A0C27D Olivine

📋 copy color: '#A0C27D'

red 160 ◦ green 194 ◦ blue 125

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

Shades of Olivine #A0C27D

Tints of Olivine #A0C27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 33.4%
G = 40.5%
B = 26.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#A0C27D (or 0xA0C27D) is known color: Olivine. HEX triplet: A0, C2 and 7D. RGB value is (160,194,125). Sum of RGB (Red+Green+Blue) = 160+194+125=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C27D is #5F3D82. Grayscale: #B0B0B0. Windows color (decimal): -6241667 or 8241824. OLE color: 8241824.

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

Color convert

RGB 160 194 125 -
CMYK 0.18 0 0.36 0.24
HSL 89.57º 0.36% 0.63% -
HSV(B) 89.57º 0.36% 0.76% -
XYZ 37.49 47.54 26.6 -
YUV 175.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 160 194 125 0.18 0 0.36 0.24 89.57 0.36 0.63
Hex A0 C2 7D 12 0 24 18 5A 24 3F
Octal 240 302 175 22 0 44 30 132 44 77
Binary 10100000 11000010 1111101 10010 0 100100 11000 1011010 100100 111111

Color Harmonies of #A0C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C27D

Black with #A0C27D

Text Example


Text Example

White with #A0C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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