Html Css Color HEX #A1F35D Conifer

📋 copy color: '#A1F35D'

red 161 ◦ green 243 ◦ blue 93

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

Shades of Conifer #A1F35D

Tints of Conifer #A1F35D

RGB

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

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

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

R = 32.39%
G = 48.89%
B = 18.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#A1F35D (or 0xA1F35D) is known color: Conifer. HEX triplet: A1, F3 and 5D. RGB value is (161,243,93). Sum of RGB (Red+Green+Blue) = 161+243+93=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F35D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F35D is #5E0CA2. Grayscale: #C9C9C9. Windows color (decimal): -6163619 or 6157217. OLE color: 6157217.

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

Color convert

RGB 161 243 93 -
CMYK 0.34 0 0.62 0.05
HSL 92.8º 0.86% 0.66% -
HSV(B) 92.8º 0.62% 0.95% -
XYZ 48.72 72.47 21.78 -
YUV 201.38 66.83 99.2 -
System Red Green Blue C M Y K H S L
Decimal 161 243 93 0.34 0 0.62 0.05 92.8 0.86 0.66
Hex A1 F3 5D 22 0 3E 5 5D 56 42
Octal 241 363 135 42 0 76 5 135 126 102
Binary 10100001 11110011 1011101 100010 0 111110 101 1011101 1010110 1000010

Color Harmonies of #A1F35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F35D

Black with #A1F35D

Text Example


Text Example

White with #A1F35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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