Html Css Color HEX #A1CB71 Olivine

📋 copy color: '#A1CB71'

red 161 ◦ green 203 ◦ blue 113

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

Shades of Olivine #A1CB71

Tints of Olivine #A1CB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.69%

R = 33.75%
G = 42.56%
B = 23.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#A1CB71 (or 0xA1CB71) is known color: Olivine. HEX triplet: A1, CB and 71. RGB value is (161,203,113). Sum of RGB (Red+Green+Blue) = 161+203+113=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB71 is #5E348E. Grayscale: #B4B4B4. Windows color (decimal): -6173839 or 7457697. OLE color: 7457697.

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

Color convert

RGB 161 203 113 -
CMYK 0.21 0 0.44 0.20
HSL 88º 0.46% 0.62% -
HSV(B) 88º 0.44% 0.8% -
XYZ 39.03 51.48 23.5 -
YUV 180.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 161 203 113 0.21 0 0.44 0.20 88 0.46 0.62
Hex A1 CB 71 15 0 2C 14 58 2E 3E
Octal 241 313 161 25 0 54 24 130 56 76
Binary 10100001 11001011 1110001 10101 0 101100 10100 1011000 101110 111110

Color Harmonies of #A1CB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CB71

Black with #A1CB71

Text Example


Text Example

White with #A1CB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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