Html Css Color HEX #A0C67C Olivine

📋 copy color: '#A0C67C'

red 160 ◦ green 198 ◦ blue 124

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

Shades of Olivine #A0C67C

Tints of Olivine #A0C67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 33.2%
G = 41.08%
B = 25.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#A0C67C (or 0xA0C67C) is known color: Olivine. HEX triplet: A0, C6 and 7C. RGB value is (160,198,124). Sum of RGB (Red+Green+Blue) = 160+198+124=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C67C is #5F3983. Grayscale: #B2B2B2. Windows color (decimal): -6240644 or 8177312. OLE color: 8177312.

HSL color Cylindrical-coordinate representation of color #A0C67C: hue angle of 90.81º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C67C is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 198 124 -
CMYK 0.19 0 0.37 0.22
HSL 90.81º 0.39% 0.63% -
HSV(B) 90.81º 0.37% 0.78% -
XYZ 38.33 49.32 26.57 -
YUV 178.2 97.41 115.02 -
System Red Green Blue C M Y K H S L
Decimal 160 198 124 0.19 0 0.37 0.22 90.81 0.39 0.63
Hex A0 C6 7C 13 0 25 16 5B 27 3F
Octal 240 306 174 23 0 45 26 133 47 77
Binary 10100000 11000110 1111100 10011 0 100101 10110 1011011 100111 111111

Color Harmonies of #A0C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C67C

Black with #A0C67C

Text Example


Text Example

White with #A0C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C67C; }

 p { color: rgb(160,198,124); }

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

background-color css

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

 a { background-color: rgb(160,198,124); }

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

border-color css

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

 span { border-color: rgb(160,198,124); }

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