Html Css Color HEX #ADD748 Conifer

📋 copy color: '#ADD748'

red 173 ◦ green 215 ◦ blue 72

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

Shades of Conifer #ADD748

Tints of Conifer #ADD748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

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

R = 37.61%
G = 46.74%
B = 15.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#ADD748 (or 0xADD748) is known color: Conifer. HEX triplet: AD, D7 and 48. RGB value is (173,215,72). Sum of RGB (Red+Green+Blue) = 173+215+72=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD748 is #5228B7. Grayscale: #BABABA. Windows color (decimal): -5384376 or 4773805. OLE color: 4773805.

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

Color convert

RGB 173 215 72 -
CMYK 0.20 0 0.67 0.16
HSL 77.62º 0.64% 0.56% -
HSV(B) 77.62º 0.67% 0.84% -
XYZ 42.7 57.95 15.07 -
YUV 186.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 173 215 72 0.20 0 0.67 0.16 77.62 0.64 0.56
Hex AD D7 48 14 0 43 10 4E 40 38
Octal 255 327 110 24 0 103 20 116 100 70
Binary 10101101 11010111 1001000 10100 0 1000011 10000 1001110 1000000 111000

Color Harmonies of #ADD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD748

Black with #ADD748

Text Example


Text Example

White with #ADD748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD748; }

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

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

background-color css

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

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

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

border-color css

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

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

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