Html Css Color HEX #A1FD5E Conifer

📋 copy color: '#A1FD5E'

red 161 ◦ green 253 ◦ blue 94

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

Shades of Conifer #A1FD5E

Tints of Conifer #A1FD5E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.8%

 BLUE value IS 94 (37.11% from 255) = 18.5%

R = 31.69%
G = 49.8%
B = 18.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#A1FD5E (or 0xA1FD5E) is known color: Conifer. HEX triplet: A1, FD and 5E. RGB value is (161,253,94). Sum of RGB (Red+Green+Blue) = 161+253+94=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FD5E is #5E02A1. Grayscale: #CFCFCF. Windows color (decimal): -6161058 or 6225313. OLE color: 6225313.

HSL color Cylindrical-coordinate representation of color #A1FD5E: hue angle of 94.72º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1FD5E is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 94 -
CMYK 0.36 0 0.63 0.01
HSL 94.72º 0.98% 0.68% -
HSV(B) 94.72º 0.63% 0.99% -
XYZ 51.84 78.64 23.04 -
YUV 207.37 64.02 94.93 -
System Red Green Blue C M Y K H S L
Decimal 161 253 94 0.36 0 0.63 0.01 94.72 0.98 0.68
Hex A1 FD 5E 24 0 3F 1 5F 62 44
Octal 241 375 136 44 0 77 1 137 142 104
Binary 10100001 11111101 1011110 100100 0 111111 1 1011111 1100010 1000100

Color Harmonies of #A1FD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD5E

Black with #A1FD5E

Text Example


Text Example

White with #A1FD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD5E; }

 p { color: rgb(161,253,94); }

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

background-color css

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

 a { background-color: rgb(161,253,94); }

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

border-color css

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

 span { border-color: rgb(161,253,94); }

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