Html Css Color HEX #A1F364 Conifer

📋 copy color: '#A1F364'

red 161 ◦ green 243 ◦ blue 100

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

Shades of Conifer #A1F364

Tints of Conifer #A1F364

RGB

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

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

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

R = 31.94%
G = 48.21%
B = 19.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#A1F364 (or 0xA1F364) is known color: Conifer. HEX triplet: A1, F3 and 64. RGB value is (161,243,100). Sum of RGB (Red+Green+Blue) = 161+243+100=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F364 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F364 is #5E0C9B. Grayscale: #CACACA. Windows color (decimal): -6163612 or 6615969. OLE color: 6615969.

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

Color convert

RGB 161 243 100 -
CMYK 0.34 0 0.59 0.05
HSL 94.41º 0.86% 0.67% -
HSV(B) 94.41º 0.59% 0.95% -
XYZ 49.05 72.6 23.48 -
YUV 202.18 70.33 98.63 -
System Red Green Blue C M Y K H S L
Decimal 161 243 100 0.34 0 0.59 0.05 94.41 0.86 0.67
Hex A1 F3 64 22 0 3B 5 5E 56 43
Octal 241 363 144 42 0 73 5 136 126 103
Binary 10100001 11110011 1100100 100010 0 111011 101 1011110 1010110 1000011

Color Harmonies of #A1F364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F364

Black with #A1F364

Text Example


Text Example

White with #A1F364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F364; }

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

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

background-color css

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

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

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

border-color css

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

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

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