Html Css Color HEX #A2F060 Conifer

📋 copy color: '#A2F060'

red 162 ◦ green 240 ◦ blue 96

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

Shades of Conifer #A2F060

Tints of Conifer #A2F060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.28%

R = 32.53%
G = 48.19%
B = 19.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#A2F060 (or 0xA2F060) is known color: Conifer. HEX triplet: A2, F0 and 60. RGB value is (162,240,96). Sum of RGB (Red+Green+Blue) = 162+240+96=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F060 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F060 is #5D0F9F. Grayscale: #C8C8C8. Windows color (decimal): -6098848 or 6353058. OLE color: 6353058.

HSL color Cylindrical-coordinate representation of color #A2F060: hue angle of 92.5º 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 #A2F060 is Cyan = 0.32, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 240 96 -
CMYK 0.32 0 0.6 0.06
HSL 92.5º 0.83% 0.66% -
HSV(B) 92.5º 0.6% 0.94% -
XYZ 48.17 70.85 22.2 -
YUV 200.26 69.16 100.71 -
System Red Green Blue C M Y K H S L
Decimal 162 240 96 0.32 0 0.6 0.06 92.5 0.83 0.66
Hex A2 F0 60 20 0 3C 6 5C 53 42
Octal 242 360 140 40 0 74 6 134 123 102
Binary 10100010 11110000 1100000 100000 0 111100 110 1011100 1010011 1000010

Color Harmonies of #A2F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F060

Black with #A2F060

Text Example


Text Example

White with #A2F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F060; }

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

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

background-color css

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

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

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

border-color css

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

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

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