Html Css Color HEX #A1F85E Conifer

📋 copy color: '#A1F85E'

red 161 ◦ green 248 ◦ blue 94

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

Shades of Conifer #A1F85E

Tints of Conifer #A1F85E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.3%

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

R = 32.01%
G = 49.3%
B = 18.69%

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

#A1F85E (or 0xA1F85E) is known color: Conifer. HEX triplet: A1, F8 and 5E. RGB value is (161,248,94). Sum of RGB (Red+Green+Blue) = 161+248+94=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F85E is #5E07A1. Grayscale: #CCCCCC. Windows color (decimal): -6162338 or 6224033. OLE color: 6224033.

HSL color Cylindrical-coordinate representation of color #A1F85E: hue angle of 93.9º degrees, saturation: 0.92, 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 #A1F85E is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 248 94 -
CMYK 0.35 0 0.62 0.03
HSL 93.9º 0.92% 0.67% -
HSV(B) 93.9º 0.62% 0.97% -
XYZ 50.29 75.52 22.52 -
YUV 204.43 65.68 97.02 -
System Red Green Blue C M Y K H S L
Decimal 161 248 94 0.35 0 0.62 0.03 93.9 0.92 0.67
Hex A1 F8 5E 23 0 3E 3 5E 5C 43
Octal 241 370 136 43 0 76 3 136 134 103
Binary 10100001 11111000 1011110 100011 0 111110 11 1011110 1011100 1000011

Color Harmonies of #A1F85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F85E

Black with #A1F85E

Text Example


Text Example

White with #A1F85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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