Html Css Color HEX #ADDA48 Conifer

📋 copy color: '#ADDA48'

red 173 ◦ green 218 ◦ blue 72

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

Shades of Conifer #ADDA48

Tints of Conifer #ADDA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

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

R = 37.37%
G = 47.08%
B = 15.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#ADDA48 (or 0xADDA48) is known color: Conifer. HEX triplet: AD, DA and 48. RGB value is (173,218,72). Sum of RGB (Red+Green+Blue) = 173+218+72=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA48 is #5225B7. Grayscale: #BCBCBC. Windows color (decimal): -5383608 or 4774573. OLE color: 4774573.

HSL color Cylindrical-coordinate representation of color #ADDA48: hue angle of 78.49º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADDA48 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 72 -
CMYK 0.21 0 0.67 0.15
HSL 78.49º 0.66% 0.57% -
HSV(B) 78.49º 0.67% 0.85% -
XYZ 43.47 59.49 15.32 -
YUV 187.9 62.59 117.37 -
System Red Green Blue C M Y K H S L
Decimal 173 218 72 0.21 0 0.67 0.15 78.49 0.66 0.57
Hex AD DA 48 15 0 43 F 4E 42 39
Octal 255 332 110 25 0 103 17 116 102 71
Binary 10101101 11011010 1001000 10101 0 1000011 1111 1001110 1000010 111001

Color Harmonies of #ADDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA48

Black with #ADDA48

Text Example


Text Example

White with #ADDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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