Html Css Color HEX #A1F362 Conifer

📋 copy color: '#A1F362'

red 161 ◦ green 243 ◦ blue 98

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

Shades of Conifer #A1F362

Tints of Conifer #A1F362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.52%

R = 32.07%
G = 48.41%
B = 19.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#A1F362 (or 0xA1F362) is known color: Conifer. HEX triplet: A1, F3 and 62. RGB value is (161,243,98). Sum of RGB (Red+Green+Blue) = 161+243+98=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F362 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F362 is #5E0C9D. Grayscale: #CACACA. Windows color (decimal): -6163614 or 6484897. OLE color: 6484897.

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

Color convert

RGB 161 243 98 -
CMYK 0.34 0 0.60 0.05
HSL 93.93º 0.86% 0.67% -
HSV(B) 93.93º 0.6% 0.95% -
XYZ 48.95 72.56 22.98 -
YUV 201.95 69.33 98.79 -
System Red Green Blue C M Y K H S L
Decimal 161 243 98 0.34 0 0.60 0.05 93.93 0.86 0.67
Hex A1 F3 62 22 0 3C 5 5E 56 43
Octal 241 363 142 42 0 74 5 136 126 103
Binary 10100001 11110011 1100010 100010 0 111100 101 1011110 1010110 1000011

Color Harmonies of #A1F362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F362

Black with #A1F362

Text Example


Text Example

White with #A1F362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F362; }

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

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

background-color css

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

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

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

border-color css

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

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

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