Html Css Color HEX #A2F057 Conifer

📋 copy color: '#A2F057'

red 162 ◦ green 240 ◦ blue 87

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

Shades of Conifer #A2F057

Tints of Conifer #A2F057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.79%

R = 33.13%
G = 49.08%
B = 17.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#A2F057 (or 0xA2F057) is known color: Conifer. HEX triplet: A2, F0 and 57. RGB value is (162,240,87). Sum of RGB (Red+Green+Blue) = 162+240+87=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F057 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F057 is #5D0FA8. Grayscale: #C7C7C7. Windows color (decimal): -6098857 or 5763234. OLE color: 5763234.

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

Color convert

RGB 162 240 87 -
CMYK 0.32 0 0.64 0.06
HSL 90.59º 0.84% 0.64% -
HSV(B) 90.59º 0.64% 0.94% -
XYZ 47.78 70.69 20.14 -
YUV 199.24 64.66 101.44 -
System Red Green Blue C M Y K H S L
Decimal 162 240 87 0.32 0 0.64 0.06 90.59 0.84 0.64
Hex A2 F0 57 20 0 40 6 5B 54 40
Octal 242 360 127 40 0 100 6 133 124 100
Binary 10100010 11110000 1010111 100000 0 1000000 110 1011011 1010100 1000000

Color Harmonies of #A2F057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F057

Black with #A2F057

Text Example


Text Example

White with #A2F057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F057; }

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

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

background-color css

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

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

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

border-color css

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

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

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