Html Css Color HEX #A1D268 Olivine

📋 copy color: '#A1D268'

red 161 ◦ green 210 ◦ blue 104

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

Shades of Olivine #A1D268

Tints of Olivine #A1D268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 33.89%
G = 44.21%
B = 21.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#A1D268 (or 0xA1D268) is known color: Olivine. HEX triplet: A1, D2 and 68. RGB value is (161,210,104). Sum of RGB (Red+Green+Blue) = 161+210+104=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D268 is #5E2D97. Grayscale: #B7B7B7. Windows color (decimal): -6172056 or 6869665. OLE color: 6869665.

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

Color convert

RGB 161 210 104 -
CMYK 0.23 0 0.50 0.18
HSL 87.74º 0.54% 0.62% -
HSV(B) 87.74º 0.5% 0.82% -
XYZ 40.24 54.67 21.53 -
YUV 183.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 161 210 104 0.23 0 0.50 0.18 87.74 0.54 0.62
Hex A1 D2 68 17 0 32 12 58 36 3E
Octal 241 322 150 27 0 62 22 130 66 76
Binary 10100001 11010010 1101000 10111 0 110010 10010 1011000 110110 111110

Color Harmonies of #A1D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D268

Black with #A1D268

Text Example


Text Example

White with #A1D268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D268; }

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

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

background-color css

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

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

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

border-color css

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

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

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