Html Css Color HEX #A1CB75 Olivine

📋 copy color: '#A1CB75'

red 161 ◦ green 203 ◦ blue 117

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

Shades of Olivine #A1CB75

Tints of Olivine #A1CB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.2%

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

R = 33.47%
G = 42.2%
B = 24.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#A1CB75 (or 0xA1CB75) is known color: Olivine. HEX triplet: A1, CB and 75. RGB value is (161,203,117). Sum of RGB (Red+Green+Blue) = 161+203+117=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB75 is #5E348A. Grayscale: #B4B4B4. Windows color (decimal): -6173835 or 7719841. OLE color: 7719841.

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

Color convert

RGB 161 203 117 -
CMYK 0.21 0 0.42 0.20
HSL 89.3º 0.45% 0.63% -
HSV(B) 89.3º 0.42% 0.8% -
XYZ 39.26 51.57 24.71 -
YUV 180.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 161 203 117 0.21 0 0.42 0.20 89.3 0.45 0.63
Hex A1 CB 75 15 0 2A 14 59 2D 3F
Octal 241 313 165 25 0 52 24 131 55 77
Binary 10100001 11001011 1110101 10101 0 101010 10100 1011001 101101 111111

Color Harmonies of #A1CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB75

Black with #A1CB75

Text Example


Text Example

White with #A1CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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