Html Css Color HEX #A2ED48 Conifer

📋 copy color: '#A2ED48'

red 162 ◦ green 237 ◦ blue 72

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

Shades of Conifer #A2ED48

Tints of Conifer #A2ED48

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.32%

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 34.39%
G = 50.32%
B = 15.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#A2ED48 (or 0xA2ED48) is known color: Conifer. HEX triplet: A2, ED and 48. RGB value is (162,237,72). Sum of RGB (Red+Green+Blue) = 162+237+72=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2ED48 is #5D12B7. Grayscale: #C4C4C4. Windows color (decimal): -6099640 or 4779426. OLE color: 4779426.

HSL color Cylindrical-coordinate representation of color #A2ED48: hue angle of 87.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2ED48 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 237 72 -
CMYK 0.32 0 0.70 0.07
HSL 87.27º 0.82% 0.61% -
HSV(B) 87.27º 0.7% 0.93% -
XYZ 46.35 68.72 16.95 -
YUV 195.77 58.15 103.92 -
System Red Green Blue C M Y K H S L
Decimal 162 237 72 0.32 0 0.70 0.07 87.27 0.82 0.61
Hex A2 ED 48 20 0 46 7 57 52 3D
Octal 242 355 110 40 0 106 7 127 122 75
Binary 10100010 11101101 1001000 100000 0 1000110 111 1010111 1010010 111101

Color Harmonies of #A2ED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ED48

Black with #A2ED48

Text Example


Text Example

White with #A2ED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ED48; }

 p { color: rgb(162,237,72); }

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

background-color css

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

 a { background-color: rgb(162,237,72); }

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

border-color css

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

 span { border-color: rgb(162,237,72); }

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