Html Css Color HEX #A1F752 Conifer

📋 copy color: '#A1F752'

red 161 ◦ green 247 ◦ blue 82

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

Shades of Conifer #A1F752

Tints of Conifer #A1F752

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.41%

 BLUE value IS 82 (32.42% from 255) = 16.73%

R = 32.86%
G = 50.41%
B = 16.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#A1F752 (or 0xA1F752) is known color: Conifer. HEX triplet: A1, F7 and 52. RGB value is (161,247,82). Sum of RGB (Red+Green+Blue) = 161+247+82=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F752 is #5E08AD. Grayscale: #CBCBCB. Windows color (decimal): -6162606 or 5437345. OLE color: 5437345.

HSL color Cylindrical-coordinate representation of color #A1F752: hue angle of 91.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1F752 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 247 82 -
CMYK 0.35 0 0.67 0.03
HSL 91.27º 0.91% 0.65% -
HSV(B) 91.27º 0.67% 0.97% -
XYZ 49.48 74.71 19.79 -
YUV 202.48 60.01 98.42 -
System Red Green Blue C M Y K H S L
Decimal 161 247 82 0.35 0 0.67 0.03 91.27 0.91 0.65
Hex A1 F7 52 23 0 43 3 5B 5B 41
Octal 241 367 122 43 0 103 3 133 133 101
Binary 10100001 11110111 1010010 100011 0 1000011 11 1011011 1011011 1000001

Color Harmonies of #A1F752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F752

Black with #A1F752

Text Example


Text Example

White with #A1F752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F752; }

 p { color: rgb(161,247,82); }

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

background-color css

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

 a { background-color: rgb(161,247,82); }

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

border-color css

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

 span { border-color: rgb(161,247,82); }

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