Html Css Color HEX #A1EB53 Conifer

📋 copy color: '#A1EB53'

red 161 ◦ green 235 ◦ blue 83

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

Shades of Conifer #A1EB53

Tints of Conifer #A1EB53

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.06%

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

R = 33.61%
G = 49.06%
B = 17.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#A1EB53 (or 0xA1EB53) is known color: Conifer. HEX triplet: A1, EB and 53. RGB value is (161,235,83). Sum of RGB (Red+Green+Blue) = 161+235+83=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EB53 is #5E14AC. Grayscale: #C4C4C4. Windows color (decimal): -6165677 or 5499809. OLE color: 5499809.

HSL color Cylindrical-coordinate representation of color #A1EB53: hue angle of 89.21º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1EB53 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 83 -
CMYK 0.31 0 0.65 0.08
HSL 89.21º 0.79% 0.62% -
HSV(B) 89.21º 0.65% 0.92% -
XYZ 45.97 67.62 18.81 -
YUV 195.55 64.48 103.36 -
System Red Green Blue C M Y K H S L
Decimal 161 235 83 0.31 0 0.65 0.08 89.21 0.79 0.62
Hex A1 EB 53 1F 0 41 8 59 4F 3E
Octal 241 353 123 37 0 101 10 131 117 76
Binary 10100001 11101011 1010011 11111 0 1000001 1000 1011001 1001111 111110

Color Harmonies of #A1EB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB53

Black with #A1EB53

Text Example


Text Example

White with #A1EB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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