Html Css Color HEX #A2F059 Conifer

📋 copy color: '#A2F059'

red 162 ◦ green 240 ◦ blue 89

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

Shades of Conifer #A2F059

Tints of Conifer #A2F059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.13%

R = 32.99%
G = 48.88%
B = 18.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#A2F059 (or 0xA2F059) is known color: Conifer. HEX triplet: A2, F0 and 59. RGB value is (162,240,89). Sum of RGB (Red+Green+Blue) = 162+240+89=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F059 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F059 is #5D0FA6. Grayscale: #C7C7C7. Windows color (decimal): -6098855 or 5894306. OLE color: 5894306.

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

Color convert

RGB 162 240 89 -
CMYK 0.32 0 0.63 0.06
HSL 90.99º 0.83% 0.65% -
HSV(B) 90.99º 0.63% 0.94% -
XYZ 47.86 70.72 20.58 -
YUV 199.46 65.66 101.28 -
System Red Green Blue C M Y K H S L
Decimal 162 240 89 0.32 0 0.63 0.06 90.99 0.83 0.65
Hex A2 F0 59 20 0 3F 6 5B 53 41
Octal 242 360 131 40 0 77 6 133 123 101
Binary 10100010 11110000 1011001 100000 0 111111 110 1011011 1010011 1000001

Color Harmonies of #A2F059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F059

Black with #A2F059

Text Example


Text Example

White with #A2F059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F059; }

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

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

background-color css

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

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

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

border-color css

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

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

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