Html Css Color HEX #A1D065 Olivine

📋 copy color: '#A1D065'

red 161 ◦ green 208 ◦ blue 101

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

Shades of Olivine #A1D065

Tints of Olivine #A1D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.26%

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 34.26%
G = 44.26%
B = 21.49%

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

#A1D065 (or 0xA1D065) is known color: Olivine. HEX triplet: A1, D0 and 65. RGB value is (161,208,101). Sum of RGB (Red+Green+Blue) = 161+208+101=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D065 is #5E2F9A. Grayscale: #B6B6B6. Windows color (decimal): -6172571 or 6672545. OLE color: 6672545.

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

Color convert

RGB 161 208 101 -
CMYK 0.23 0 0.51 0.18
HSL 86.36º 0.53% 0.61% -
HSV(B) 86.36º 0.51% 0.82% -
XYZ 39.6 53.63 20.58 -
YUV 181.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 161 208 101 0.23 0 0.51 0.18 86.36 0.53 0.61
Hex A1 D0 65 17 0 33 12 56 35 3D
Octal 241 320 145 27 0 63 22 126 65 75
Binary 10100001 11010000 1100101 10111 0 110011 10010 1010110 110101 111101

Color Harmonies of #A1D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D065

Black with #A1D065

Text Example


Text Example

White with #A1D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D065; }

 p { color: rgb(161,208,101); }

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

background-color css

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

 a { background-color: rgb(161,208,101); }

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

border-color css

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

 span { border-color: rgb(161,208,101); }

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