Html Css Color HEX #A1D269 Olivine

📋 copy color: '#A1D269'

red 161 ◦ green 210 ◦ blue 105

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

Shades of Olivine #A1D269

Tints of Olivine #A1D269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.06%

R = 33.82%
G = 44.12%
B = 22.06%

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

#A1D269 (or 0xA1D269) is known color: Olivine. HEX triplet: A1, D2 and 69. RGB value is (161,210,105). Sum of RGB (Red+Green+Blue) = 161+210+105=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D269 is #5E2D96. Grayscale: #B7B7B7. Windows color (decimal): -6172055 or 6935201. OLE color: 6935201.

HSL color Cylindrical-coordinate representation of color #A1D269: hue angle of 88º 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 #A1D269 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 210 105 -
CMYK 0.23 0 0.50 0.18
HSL 88º 0.54% 0.62% -
HSV(B) 88º 0.5% 0.82% -
XYZ 40.29 54.69 21.8 -
YUV 183.38 83.77 112.04 -
System Red Green Blue C M Y K H S L
Decimal 161 210 105 0.23 0 0.50 0.18 88 0.54 0.62
Hex A1 D2 69 17 0 32 12 58 36 3E
Octal 241 322 151 27 0 62 22 130 66 76
Binary 10100001 11010010 1101001 10111 0 110010 10010 1011000 110110 111110

Color Harmonies of #A1D269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D269

Black with #A1D269

Text Example


Text Example

White with #A1D269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D269; }

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

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

background-color css

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

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

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

border-color css

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

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

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