Html Css Color HEX #A1C25B Olivine

📋 copy color: '#A1C25B'

red 161 ◦ green 194 ◦ blue 91

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

Shades of Olivine #A1C25B

Tints of Olivine #A1C25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.4%

R = 36.1%
G = 43.5%
B = 20.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#A1C25B (or 0xA1C25B) is known color: Olivine. HEX triplet: A1, C2 and 5B. RGB value is (161,194,91). Sum of RGB (Red+Green+Blue) = 161+194+91=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C25B is #5E3DA4. Grayscale: #ACACAC. Windows color (decimal): -6176165 or 6013601. OLE color: 6013601.

HSL color Cylindrical-coordinate representation of color #A1C25B: hue angle of 79.22º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1C25B is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 194 91 -
CMYK 0.17 0 0.53 0.24
HSL 79.22º 0.46% 0.56% -
HSV(B) 79.22º 0.53% 0.76% -
XYZ 35.88 46.92 17.06 -
YUV 172.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 161 194 91 0.17 0 0.53 0.24 79.22 0.46 0.56
Hex A1 C2 5B 11 0 35 18 4F 2E 38
Octal 241 302 133 21 0 65 30 117 56 70
Binary 10100001 11000010 1011011 10001 0 110101 11000 1001111 101110 111000

Color Harmonies of #A1C25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C25B

Black with #A1C25B

Text Example


Text Example

White with #A1C25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C25B; }

 p { color: rgb(161,194,91); }

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

background-color css

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

 a { background-color: rgb(161,194,91); }

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

border-color css

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

 span { border-color: rgb(161,194,91); }

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