Html Css Color HEX #A1F44B Conifer

📋 copy color: '#A1F44B'

red 161 ◦ green 244 ◦ blue 75

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

Shades of Conifer #A1F44B

Tints of Conifer #A1F44B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.83%

 BLUE value IS 75 (29.69% from 255) = 15.63%

R = 33.54%
G = 50.83%
B = 15.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#A1F44B (or 0xA1F44B) is known color: Conifer. HEX triplet: A1, F4 and 4B. RGB value is (161,244,75). Sum of RGB (Red+Green+Blue) = 161+244+75=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F44B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F44B is #5E0BB4. Grayscale: #C8C8C8. Windows color (decimal): -6163381 or 4977825. OLE color: 4977825.

HSL color Cylindrical-coordinate representation of color #A1F44B: hue angle of 89.47º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1F44B is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 244 75 -
CMYK 0.34 0 0.69 0.04
HSL 89.47º 0.88% 0.63% -
HSV(B) 89.47º 0.69% 0.96% -
XYZ 48.32 72.79 18.16 -
YUV 199.92 57.5 100.24 -
System Red Green Blue C M Y K H S L
Decimal 161 244 75 0.34 0 0.69 0.04 89.47 0.88 0.63
Hex A1 F4 4B 22 0 45 4 59 58 3F
Octal 241 364 113 42 0 105 4 131 130 77
Binary 10100001 11110100 1001011 100010 0 1000101 100 1011001 1011000 111111

Color Harmonies of #A1F44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F44B

Black with #A1F44B

Text Example


Text Example

White with #A1F44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F44B; }

 p { color: rgb(161,244,75); }

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

background-color css

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

 a { background-color: rgb(161,244,75); }

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

border-color css

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

 span { border-color: rgb(161,244,75); }

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