Html Css Color HEX #ADDA4A Conifer

📋 copy color: '#ADDA4A'

red 173 ◦ green 218 ◦ blue 74

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

Shades of Conifer #ADDA4A

Tints of Conifer #ADDA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.91%

R = 37.2%
G = 46.88%
B = 15.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#ADDA4A (or 0xADDA4A) is known color: Conifer. HEX triplet: AD, DA and 4A. RGB value is (173,218,74). Sum of RGB (Red+Green+Blue) = 173+218+74=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA4A is #5225B5. Grayscale: #BCBCBC. Windows color (decimal): -5383606 or 4905645. OLE color: 4905645.

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

Color convert

RGB 173 218 74 -
CMYK 0.21 0 0.66 0.15
HSL 78.75º 0.66% 0.57% -
HSV(B) 78.75º 0.66% 0.85% -
XYZ 43.54 59.52 15.67 -
YUV 188.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 173 218 74 0.21 0 0.66 0.15 78.75 0.66 0.57
Hex AD DA 4A 15 0 42 F 4F 42 39
Octal 255 332 112 25 0 102 17 117 102 71
Binary 10101101 11011010 1001010 10101 0 1000010 1111 1001111 1000010 111001

Color Harmonies of #ADDA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA4A

Black with #ADDA4A

Text Example


Text Example

White with #ADDA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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