Html Css Color HEX #A1F266 Conifer

📋 copy color: '#A1F266'

red 161 ◦ green 242 ◦ blue 102

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

Shades of Conifer #A1F266

Tints of Conifer #A1F266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.92%

 BLUE value IS 102 (40.23% from 255) = 20.2%

R = 31.88%
G = 47.92%
B = 20.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#A1F266 (or 0xA1F266) is known color: Conifer. HEX triplet: A1, F2 and 66. RGB value is (161,242,102). Sum of RGB (Red+Green+Blue) = 161+242+102=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F266 is #5E0D99. Grayscale: #CACACA. Windows color (decimal): -6163866 or 6746785. OLE color: 6746785.

HSL color Cylindrical-coordinate representation of color #A1F266: hue angle of 94.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1F266 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 242 102 -
CMYK 0.33 0 0.58 0.05
HSL 94.71º 0.84% 0.67% -
HSV(B) 94.71º 0.58% 0.95% -
XYZ 48.85 72.04 23.9 -
YUV 201.82 71.66 98.88 -
System Red Green Blue C M Y K H S L
Decimal 161 242 102 0.33 0 0.58 0.05 94.71 0.84 0.67
Hex A1 F2 66 21 0 3A 5 5F 54 43
Octal 241 362 146 41 0 72 5 137 124 103
Binary 10100001 11110010 1100110 100001 0 111010 101 1011111 1010100 1000011

Color Harmonies of #A1F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F266

Black with #A1F266

Text Example


Text Example

White with #A1F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F266; }

 p { color: rgb(161,242,102); }

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

background-color css

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

 a { background-color: rgb(161,242,102); }

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

border-color css

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

 span { border-color: rgb(161,242,102); }

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