Html Css Color HEX #A1F051 Conifer

📋 copy color: '#A1F051'

red 161 ◦ green 240 ◦ blue 81

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

Shades of Conifer #A1F051

Tints of Conifer #A1F051

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.79%

 BLUE value IS 81 (32.03% from 255) = 16.8%

R = 33.4%
G = 49.79%
B = 16.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#A1F051 (or 0xA1F051) is known color: Conifer. HEX triplet: A1, F0 and 51. RGB value is (161,240,81). Sum of RGB (Red+Green+Blue) = 161+240+81=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F051 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F051 is #5E0FAE. Grayscale: #C6C6C6. Windows color (decimal): -6164399 or 5370017. OLE color: 5370017.

HSL color Cylindrical-coordinate representation of color #A1F051: hue angle of 89.81º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1F051 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 81 -
CMYK 0.33 0 0.66 0.06
HSL 89.81º 0.84% 0.63% -
HSV(B) 89.81º 0.66% 0.94% -
XYZ 47.34 70.49 18.9 -
YUV 198.25 61.83 101.43 -
System Red Green Blue C M Y K H S L
Decimal 161 240 81 0.33 0 0.66 0.06 89.81 0.84 0.63
Hex A1 F0 51 21 0 42 6 5A 54 3F
Octal 241 360 121 41 0 102 6 132 124 77
Binary 10100001 11110000 1010001 100001 0 1000010 110 1011010 1010100 111111

Color Harmonies of #A1F051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F051

Black with #A1F051

Text Example


Text Example

White with #A1F051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F051; }

 p { color: rgb(161,240,81); }

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

background-color css

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

 a { background-color: rgb(161,240,81); }

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

border-color css

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

 span { border-color: rgb(161,240,81); }

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