Html Css Color HEX #ADDF46 Conifer

📋 copy color: '#ADDF46'

red 173 ◦ green 223 ◦ blue 70

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

Shades of Conifer #ADDF46

Tints of Conifer #ADDF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.02%

R = 37.12%
G = 47.85%
B = 15.02%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#ADDF46 (or 0xADDF46) is known color: Conifer. HEX triplet: AD, DF and 46. RGB value is (173,223,70). Sum of RGB (Red+Green+Blue) = 173+223+70=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF46 is #5220B9. Grayscale: #BFBFBF. Windows color (decimal): -5382330 or 4644781. OLE color: 4644781.

HSL color Cylindrical-coordinate representation of color #ADDF46: hue angle of 79.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADDF46 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 70 -
CMYK 0.22 0 0.69 0.13
HSL 79.61º 0.71% 0.57% -
HSV(B) 79.61º 0.69% 0.87% -
XYZ 44.73 62.1 15.42 -
YUV 190.61 59.94 115.44 -
System Red Green Blue C M Y K H S L
Decimal 173 223 70 0.22 0 0.69 0.13 79.61 0.71 0.57
Hex AD DF 46 16 0 45 D 50 47 39
Octal 255 337 106 26 0 105 15 120 107 71
Binary 10101101 11011111 1000110 10110 0 1000101 1101 1010000 1000111 111001

Color Harmonies of #ADDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF46

Black with #ADDF46

Text Example


Text Example

White with #ADDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF46; }

 p { color: rgb(173,223,70); }

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

background-color css

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

 a { background-color: rgb(173,223,70); }

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

border-color css

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

 span { border-color: rgb(173,223,70); }

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