Html Css Color HEX #A1F864 Conifer

📋 copy color: '#A1F864'

red 161 ◦ green 248 ◦ blue 100

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

Shades of Conifer #A1F864

Tints of Conifer #A1F864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.72%

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 31.63%
G = 48.72%
B = 19.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#A1F864 (or 0xA1F864) is known color: Conifer. HEX triplet: A1, F8 and 64. RGB value is (161,248,100). Sum of RGB (Red+Green+Blue) = 161+248+100=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F864 is #5E079B. Grayscale: #CDCDCD. Windows color (decimal): -6162332 or 6617249. OLE color: 6617249.

HSL color Cylindrical-coordinate representation of color #A1F864: hue angle of 95.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1F864 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 248 100 -
CMYK 0.35 0 0.60 0.03
HSL 95.27º 0.91% 0.68% -
HSV(B) 95.27º 0.6% 0.97% -
XYZ 50.57 75.63 23.99 -
YUV 205.12 68.68 96.53 -
System Red Green Blue C M Y K H S L
Decimal 161 248 100 0.35 0 0.60 0.03 95.27 0.91 0.68
Hex A1 F8 64 23 0 3C 3 5F 5B 44
Octal 241 370 144 43 0 74 3 137 133 104
Binary 10100001 11111000 1100100 100011 0 111100 11 1011111 1011011 1000100

Color Harmonies of #A1F864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F864

Black with #A1F864

Text Example


Text Example

White with #A1F864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F864; }

 p { color: rgb(161,248,100); }

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

background-color css

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

 a { background-color: rgb(161,248,100); }

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

border-color css

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

 span { border-color: rgb(161,248,100); }

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