Html Css Color HEX #A1F35A Conifer

📋 copy color: '#A1F35A'

red 161 ◦ green 243 ◦ blue 90

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

Shades of Conifer #A1F35A

Tints of Conifer #A1F35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.22%

R = 32.59%
G = 49.19%
B = 18.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#A1F35A (or 0xA1F35A) is known color: Conifer. HEX triplet: A1, F3 and 5A. RGB value is (161,243,90). Sum of RGB (Red+Green+Blue) = 161+243+90=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F35A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F35A is #5E0CA5. Grayscale: #C9C9C9. Windows color (decimal): -6163622 or 5960609. OLE color: 5960609.

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

Color convert

RGB 161 243 90 -
CMYK 0.34 0 0.63 0.05
HSL 92.16º 0.86% 0.65% -
HSV(B) 92.16º 0.63% 0.95% -
XYZ 48.59 72.42 21.09 -
YUV 201.04 65.33 99.44 -
System Red Green Blue C M Y K H S L
Decimal 161 243 90 0.34 0 0.63 0.05 92.16 0.86 0.65
Hex A1 F3 5A 22 0 3F 5 5C 56 41
Octal 241 363 132 42 0 77 5 134 126 101
Binary 10100001 11110011 1011010 100010 0 111111 101 1011100 1010110 1000001

Color Harmonies of #A1F35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F35A

Black with #A1F35A

Text Example


Text Example

White with #A1F35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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