Html Css Color HEX #A2F061 Conifer

📋 copy color: '#A2F061'

red 162 ◦ green 240 ◦ blue 97

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

Shades of Conifer #A2F061

Tints of Conifer #A2F061

RGB

 RED value IS 162 (63.67% from 255) = 32.46%

 GREEN value IS 240 (94.14% from 255) = 48.1%

 BLUE value IS 97 (38.28% from 255) = 19.44%

R = 32.46%
G = 48.1%
B = 19.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#A2F061 (or 0xA2F061) is known color: Conifer. HEX triplet: A2, F0 and 61. RGB value is (162,240,97). Sum of RGB (Red+Green+Blue) = 162+240+97=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F061 is #5D0F9E. Grayscale: #C8C8C8. Windows color (decimal): -6098847 or 6418594. OLE color: 6418594.

HSL color Cylindrical-coordinate representation of color #A2F061: hue angle of 92.73º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2F061 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 240 97 -
CMYK 0.32 0 0.60 0.06
HSL 92.73º 0.83% 0.66% -
HSV(B) 92.73º 0.6% 0.94% -
XYZ 48.22 70.86 22.45 -
YUV 200.38 69.66 100.63 -
System Red Green Blue C M Y K H S L
Decimal 162 240 97 0.32 0 0.60 0.06 92.73 0.83 0.66
Hex A2 F0 61 20 0 3C 6 5D 53 42
Octal 242 360 141 40 0 74 6 135 123 102
Binary 10100010 11110000 1100001 100000 0 111100 110 1011101 1010011 1000010

Color Harmonies of #A2F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F061

Black with #A2F061

Text Example


Text Example

White with #A2F061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F061; }

 p { color: rgb(162,240,97); }

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

background-color css

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

 a { background-color: rgb(162,240,97); }

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

border-color css

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

 span { border-color: rgb(162,240,97); }

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