Html Css Color HEX #ADD548 Conifer

📋 copy color: '#ADD548'

red 173 ◦ green 213 ◦ blue 72

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

Shades of Conifer #ADD548

Tints of Conifer #ADD548

RGB

 RED value IS 173 (67.97% from 255) = 37.77%

 GREEN value IS 213 (83.59% from 255) = 46.51%

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

R = 37.77%
G = 46.51%
B = 15.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#ADD548 (or 0xADD548) is known color: Conifer. HEX triplet: AD, D5 and 48. RGB value is (173,213,72). Sum of RGB (Red+Green+Blue) = 173+213+72=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD548 is #522AB7. Grayscale: #B9B9B9. Windows color (decimal): -5384888 or 4773293. OLE color: 4773293.

HSL color Cylindrical-coordinate representation of color #ADD548: hue angle of 77.02º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADD548 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 72 -
CMYK 0.19 0 0.66 0.16
HSL 77.02º 0.63% 0.56% -
HSV(B) 77.02º 0.66% 0.84% -
XYZ 42.2 56.94 14.9 -
YUV 184.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 173 213 72 0.19 0 0.66 0.16 77.02 0.63 0.56
Hex AD D5 48 13 0 42 10 4D 3F 38
Octal 255 325 110 23 0 102 20 115 77 70
Binary 10101101 11010101 1001000 10011 0 1000010 10000 1001101 111111 111000

Color Harmonies of #ADD548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD548

Black with #ADD548

Text Example


Text Example

White with #ADD548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD548; }

 p { color: rgb(173,213,72); }

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

background-color css

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

 a { background-color: rgb(173,213,72); }

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

border-color css

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

 span { border-color: rgb(173,213,72); }

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