Html Css Color HEX #A1C062 Olivine

📋 copy color: '#A1C062'

red 161 ◦ green 192 ◦ blue 98

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

Shades of Olivine #A1C062

Tints of Olivine #A1C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 98 (38.67% from 255) = 21.73%

R = 35.7%
G = 42.57%
B = 21.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#A1C062 (or 0xA1C062) is known color: Olivine. HEX triplet: A1, C0 and 62. RGB value is (161,192,98). Sum of RGB (Red+Green+Blue) = 161+192+98=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C062 is #5E3F9D. Grayscale: #ACACAC. Windows color (decimal): -6176670 or 6471841. OLE color: 6471841.

HSL color Cylindrical-coordinate representation of color #A1C062: hue angle of 79.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C062 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 192 98 -
CMYK 0.16 0 0.49 0.25
HSL 79.79º 0.43% 0.57% -
HSV(B) 79.79º 0.49% 0.75% -
XYZ 35.75 46.16 18.58 -
YUV 172.02 86.23 120.14 -
System Red Green Blue C M Y K H S L
Decimal 161 192 98 0.16 0 0.49 0.25 79.79 0.43 0.57
Hex A1 C0 62 10 0 31 19 50 2B 39
Octal 241 300 142 20 0 61 31 120 53 71
Binary 10100001 11000000 1100010 10000 0 110001 11001 1010000 101011 111001

Color Harmonies of #A1C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C062

Black with #A1C062

Text Example


Text Example

White with #A1C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C062; }

 p { color: rgb(161,192,98); }

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

background-color css

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

 a { background-color: rgb(161,192,98); }

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

border-color css

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

 span { border-color: rgb(161,192,98); }

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