Html Css Color HEX #A1D267 Olivine

📋 copy color: '#A1D267'

red 161 ◦ green 210 ◦ blue 103

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

Shades of Olivine #A1D267

Tints of Olivine #A1D267

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.3%

 BLUE value IS 103 (40.63% from 255) = 21.73%

R = 33.97%
G = 44.3%
B = 21.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#A1D267 (or 0xA1D267) is known color: Olivine. HEX triplet: A1, D2 and 67. RGB value is (161,210,103). Sum of RGB (Red+Green+Blue) = 161+210+103=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D267 is #5E2D98. Grayscale: #B7B7B7. Windows color (decimal): -6172057 or 6804129. OLE color: 6804129.

HSL color Cylindrical-coordinate representation of color #A1D267: hue angle of 87.48º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1D267 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 210 103 -
CMYK 0.23 0 0.51 0.18
HSL 87.48º 0.54% 0.61% -
HSV(B) 87.48º 0.51% 0.82% -
XYZ 40.19 54.65 21.26 -
YUV 183.15 82.77 112.2 -
System Red Green Blue C M Y K H S L
Decimal 161 210 103 0.23 0 0.51 0.18 87.48 0.54 0.61
Hex A1 D2 67 17 0 33 12 57 36 3D
Octal 241 322 147 27 0 63 22 127 66 75
Binary 10100001 11010010 1100111 10111 0 110011 10010 1010111 110110 111101

Color Harmonies of #A1D267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D267

Black with #A1D267

Text Example


Text Example

White with #A1D267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D267; }

 p { color: rgb(161,210,103); }

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

background-color css

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

 a { background-color: rgb(161,210,103); }

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

border-color css

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

 span { border-color: rgb(161,210,103); }

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