Html Css Color HEX #A1C75D Olivine

📋 copy color: '#A1C75D'

red 161 ◦ green 199 ◦ blue 93

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

Shades of Olivine #A1C75D

Tints of Olivine #A1C75D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.93%

 BLUE value IS 93 (36.72% from 255) = 20.53%

R = 35.54%
G = 43.93%
B = 20.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#A1C75D (or 0xA1C75D) is known color: Olivine. HEX triplet: A1, C7 and 5D. RGB value is (161,199,93). Sum of RGB (Red+Green+Blue) = 161+199+93=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C75D is #5E38A2. Grayscale: #AFAFAF. Windows color (decimal): -6174883 or 6145953. OLE color: 6145953.

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

Color convert

RGB 161 199 93 -
CMYK 0.19 0 0.53 0.22
HSL 81.51º 0.49% 0.57% -
HSV(B) 81.51º 0.53% 0.78% -
XYZ 37.1 49.21 17.9 -
YUV 175.55 81.41 117.62 -
System Red Green Blue C M Y K H S L
Decimal 161 199 93 0.19 0 0.53 0.22 81.51 0.49 0.57
Hex A1 C7 5D 13 0 35 16 52 31 39
Octal 241 307 135 23 0 65 26 122 61 71
Binary 10100001 11000111 1011101 10011 0 110101 10110 1010010 110001 111001

Color Harmonies of #A1C75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C75D

Black with #A1C75D

Text Example


Text Example

White with #A1C75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C75D; }

 p { color: rgb(161,199,93); }

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

background-color css

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

 a { background-color: rgb(161,199,93); }

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

border-color css

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

 span { border-color: rgb(161,199,93); }

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