Html Css Color HEX #A2F053 Conifer

📋 copy color: '#A2F053'

red 162 ◦ green 240 ◦ blue 83

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

Shades of Conifer #A2F053

Tints of Conifer #A2F053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.11%

R = 33.4%
G = 49.48%
B = 17.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#A2F053 (or 0xA2F053) is known color: Conifer. HEX triplet: A2, F0 and 53. RGB value is (162,240,83). Sum of RGB (Red+Green+Blue) = 162+240+83=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F053 is #5D0FAC. Grayscale: #C7C7C7. Windows color (decimal): -6098861 or 5501090. OLE color: 5501090.

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

Color convert

RGB 162 240 83 -
CMYK 0.32 0 0.65 0.06
HSL 89.81º 0.84% 0.63% -
HSV(B) 89.81º 0.65% 0.94% -
XYZ 47.62 70.63 19.31 -
YUV 198.78 62.66 101.77 -
System Red Green Blue C M Y K H S L
Decimal 162 240 83 0.32 0 0.65 0.06 89.81 0.84 0.63
Hex A2 F0 53 20 0 41 6 5A 54 3F
Octal 242 360 123 40 0 101 6 132 124 77
Binary 10100010 11110000 1010011 100000 0 1000001 110 1011010 1010100 111111

Color Harmonies of #A2F053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F053

Black with #A2F053

Text Example


Text Example

White with #A2F053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F053; }

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

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

background-color css

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

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

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

border-color css

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

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

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