Html Css Color HEX #A1D75F Conifer

📋 copy color: '#A1D75F'

red 161 ◦ green 215 ◦ blue 95

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

Shades of Conifer #A1D75F

Tints of Conifer #A1D75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.65%

 BLUE value IS 95 (37.5% from 255) = 20.17%

R = 34.18%
G = 45.65%
B = 20.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#A1D75F (or 0xA1D75F) is known color: Conifer. HEX triplet: A1, D7 and 5F. RGB value is (161,215,95). Sum of RGB (Red+Green+Blue) = 161+215+95=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D75F is #5E28A0. Grayscale: #B9B9B9. Windows color (decimal): -6170785 or 6281121. OLE color: 6281121.

HSL color Cylindrical-coordinate representation of color #A1D75F: hue angle of 87º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1D75F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 215 95 -
CMYK 0.25 0 0.56 0.16
HSL 87º 0.6% 0.61% -
HSV(B) 87º 0.56% 0.84% -
XYZ 41.06 57 19.67 -
YUV 185.17 77.11 110.76 -
System Red Green Blue C M Y K H S L
Decimal 161 215 95 0.25 0 0.56 0.16 87 0.6 0.61
Hex A1 D7 5F 19 0 38 10 57 3C 3D
Octal 241 327 137 31 0 70 20 127 74 75
Binary 10100001 11010111 1011111 11001 0 111000 10000 1010111 111100 111101

Color Harmonies of #A1D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D75F

Black with #A1D75F

Text Example


Text Example

White with #A1D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D75F; }

 p { color: rgb(161,215,95); }

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

background-color css

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

 a { background-color: rgb(161,215,95); }

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

border-color css

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

 span { border-color: rgb(161,215,95); }

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