Html Css Color HEX #A1DF53 Conifer

📋 copy color: '#A1DF53'

red 161 ◦ green 223 ◦ blue 83

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

Shades of Conifer #A1DF53

Tints of Conifer #A1DF53

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.75%

 BLUE value IS 83 (32.81% from 255) = 17.77%

R = 34.48%
G = 47.75%
B = 17.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#A1DF53 (or 0xA1DF53) is known color: Conifer. HEX triplet: A1, DF and 53. RGB value is (161,223,83). Sum of RGB (Red+Green+Blue) = 161+223+83=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF53 is #5E20AC. Grayscale: #BDBDBD. Windows color (decimal): -6168749 or 5496737. OLE color: 5496737.

HSL color Cylindrical-coordinate representation of color #A1DF53: hue angle of 86.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1DF53 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 223 83 -
CMYK 0.28 0 0.63 0.13
HSL 86.57º 0.69% 0.6% -
HSV(B) 86.57º 0.63% 0.87% -
XYZ 42.65 60.98 17.71 -
YUV 188.5 68.46 108.38 -
System Red Green Blue C M Y K H S L
Decimal 161 223 83 0.28 0 0.63 0.13 86.57 0.69 0.6
Hex A1 DF 53 1C 0 3F D 57 45 3C
Octal 241 337 123 34 0 77 15 127 105 74
Binary 10100001 11011111 1010011 11100 0 111111 1101 1010111 1000101 111100

Color Harmonies of #A1DF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF53

Black with #A1DF53

Text Example


Text Example

White with #A1DF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF53; }

 p { color: rgb(161,223,83); }

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

background-color css

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

 a { background-color: rgb(161,223,83); }

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

border-color css

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

 span { border-color: rgb(161,223,83); }

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