Html Css Color HEX #A2DF48 Conifer

📋 copy color: '#A2DF48'

red 162 ◦ green 223 ◦ blue 72

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

Shades of Conifer #A2DF48

Tints of Conifer #A2DF48

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.8%

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

R = 35.45%
G = 48.8%
B = 15.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#A2DF48 (or 0xA2DF48) is known color: Conifer. HEX triplet: A2, DF and 48. RGB value is (162,223,72). Sum of RGB (Red+Green+Blue) = 162+223+72=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DF48 is #5D20B7. Grayscale: #BCBCBC. Windows color (decimal): -6103224 or 4775842. OLE color: 4775842.

HSL color Cylindrical-coordinate representation of color #A2DF48: hue angle of 84.24º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2DF48 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 223 72 -
CMYK 0.27 0 0.68 0.13
HSL 84.24º 0.7% 0.58% -
HSV(B) 84.24º 0.68% 0.87% -
XYZ 42.46 60.92 15.65 -
YUV 187.55 62.79 109.78 -
System Red Green Blue C M Y K H S L
Decimal 162 223 72 0.27 0 0.68 0.13 84.24 0.7 0.58
Hex A2 DF 48 1B 0 44 D 54 46 3A
Octal 242 337 110 33 0 104 15 124 106 72
Binary 10100010 11011111 1001000 11011 0 1000100 1101 1010100 1000110 111010

Color Harmonies of #A2DF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF48

Black with #A2DF48

Text Example


Text Example

White with #A2DF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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