Html Css Color HEX #A1FB5D Conifer

📋 copy color: '#A1FB5D'

red 161 ◦ green 251 ◦ blue 93

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

Shades of Conifer #A1FB5D

Tints of Conifer #A1FB5D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.7%

 BLUE value IS 93 (36.72% from 255) = 18.42%

R = 31.88%
G = 49.7%
B = 18.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#A1FB5D (or 0xA1FB5D) is known color: Conifer. HEX triplet: A1, FB and 5D. RGB value is (161,251,93). Sum of RGB (Red+Green+Blue) = 161+251+93=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB5D is #5E04A2. Grayscale: #CECECE. Windows color (decimal): -6161571 or 6159265. OLE color: 6159265.

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

Color convert

RGB 161 251 93 -
CMYK 0.36 0 0.63 0.02
HSL 94.18º 0.95% 0.67% -
HSV(B) 94.18º 0.63% 0.98% -
XYZ 51.17 77.36 22.59 -
YUV 206.08 64.18 95.85 -
System Red Green Blue C M Y K H S L
Decimal 161 251 93 0.36 0 0.63 0.02 94.18 0.95 0.67
Hex A1 FB 5D 24 0 3F 2 5E 5F 43
Octal 241 373 135 44 0 77 2 136 137 103
Binary 10100001 11111011 1011101 100100 0 111111 10 1011110 1011111 1000011

Color Harmonies of #A1FB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FB5D

Black with #A1FB5D

Text Example


Text Example

White with #A1FB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FB5D; }

 p { color: rgb(161,251,93); }

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

background-color css

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

 a { background-color: rgb(161,251,93); }

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

border-color css

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

 span { border-color: rgb(161,251,93); }

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