Html Css Color HEX #A1F353 Conifer

📋 copy color: '#A1F353'

red 161 ◦ green 243 ◦ blue 83

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

Shades of Conifer #A1F353

Tints of Conifer #A1F353

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.9%

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

R = 33.06%
G = 49.9%
B = 17.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#A1F353 (or 0xA1F353) is known color: Conifer. HEX triplet: A1, F3 and 53. RGB value is (161,243,83). Sum of RGB (Red+Green+Blue) = 161+243+83=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F353 is #5E0CAC. Grayscale: #C8C8C8. Windows color (decimal): -6163629 or 5501857. OLE color: 5501857.

HSL color Cylindrical-coordinate representation of color #A1F353: hue angle of 90.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1F353 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 243 83 -
CMYK 0.34 0 0.66 0.05
HSL 90.75º 0.87% 0.64% -
HSV(B) 90.75º 0.66% 0.95% -
XYZ 48.31 72.3 19.59 -
YUV 200.24 61.83 100.01 -
System Red Green Blue C M Y K H S L
Decimal 161 243 83 0.34 0 0.66 0.05 90.75 0.87 0.64
Hex A1 F3 53 22 0 42 5 5B 57 40
Octal 241 363 123 42 0 102 5 133 127 100
Binary 10100001 11110011 1010011 100010 0 1000010 101 1011011 1010111 1000000

Color Harmonies of #A1F353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F353

Black with #A1F353

Text Example


Text Example

White with #A1F353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F353; }

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

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

background-color css

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

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

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

border-color css

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

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

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