Html Css Color HEX #A1F75E Conifer

📋 copy color: '#A1F75E'

red 161 ◦ green 247 ◦ blue 94

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

Shades of Conifer #A1F75E

Tints of Conifer #A1F75E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.2%

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

R = 32.07%
G = 49.2%
B = 18.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#A1F75E (or 0xA1F75E) is known color: Conifer. HEX triplet: A1, F7 and 5E. RGB value is (161,247,94). Sum of RGB (Red+Green+Blue) = 161+247+94=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F75E is #5E08A1. Grayscale: #CCCCCC. Windows color (decimal): -6162594 or 6223777. OLE color: 6223777.

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

Color convert

RGB 161 247 94 -
CMYK 0.35 0 0.62 0.03
HSL 93.73º 0.91% 0.67% -
HSV(B) 93.73º 0.62% 0.97% -
XYZ 49.98 74.91 22.41 -
YUV 203.84 66.01 97.44 -
System Red Green Blue C M Y K H S L
Decimal 161 247 94 0.35 0 0.62 0.03 93.73 0.91 0.67
Hex A1 F7 5E 23 0 3E 3 5E 5B 43
Octal 241 367 136 43 0 76 3 136 133 103
Binary 10100001 11110111 1011110 100011 0 111110 11 1011110 1011011 1000011

Color Harmonies of #A1F75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F75E

Black with #A1F75E

Text Example


Text Example

White with #A1F75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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