Html Css Color HEX #A1CC75 Olivine

📋 copy color: '#A1CC75'

red 161 ◦ green 204 ◦ blue 117

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

Shades of Olivine #A1CC75

Tints of Olivine #A1CC75

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 33.4%
G = 42.32%
B = 24.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#A1CC75 (or 0xA1CC75) is known color: Olivine. HEX triplet: A1, CC and 75. RGB value is (161,204,117). Sum of RGB (Red+Green+Blue) = 161+204+117=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC75 is #5E338A. Grayscale: #B5B5B5. Windows color (decimal): -6173579 or 7720097. OLE color: 7720097.

HSL color Cylindrical-coordinate representation of color #A1CC75: hue angle of 89.66º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1CC75 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 204 117 -
CMYK 0.21 0 0.43 0.2
HSL 89.66º 0.46% 0.63% -
HSV(B) 89.66º 0.43% 0.8% -
XYZ 39.5 52.05 24.79 -
YUV 181.23 91.75 113.57 -
System Red Green Blue C M Y K H S L
Decimal 161 204 117 0.21 0 0.43 0.2 89.66 0.46 0.63
Hex A1 CC 75 15 0 2B 14 5A 2E 3F
Octal 241 314 165 25 0 53 24 132 56 77
Binary 10100001 11001100 1110101 10101 0 101011 10100 1011010 101110 111111

Color Harmonies of #A1CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CC75

Black with #A1CC75

Text Example


Text Example

White with #A1CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CC75; }

 p { color: rgb(161,204,117); }

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

background-color css

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

 a { background-color: rgb(161,204,117); }

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

border-color css

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

 span { border-color: rgb(161,204,117); }

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