Html Css Color HEX #ADDF45 Conifer

📋 copy color: '#ADDF45'

red 173 ◦ green 223 ◦ blue 69

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

Shades of Conifer #ADDF45

Tints of Conifer #ADDF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.84%

R = 37.2%
G = 47.96%
B = 14.84%

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

#ADDF45 (or 0xADDF45) is known color: Conifer. HEX triplet: AD, DF and 45. RGB value is (173,223,69). Sum of RGB (Red+Green+Blue) = 173+223+69=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF45 is #5220BA. Grayscale: #BFBFBF. Windows color (decimal): -5382331 or 4579245. OLE color: 4579245.

HSL color Cylindrical-coordinate representation of color #ADDF45: hue angle of 79.48º 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 #ADDF45 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 69 -
CMYK 0.22 0 0.69 0.13
HSL 79.48º 0.71% 0.57% -
HSV(B) 79.48º 0.69% 0.87% -
XYZ 44.7 62.09 15.26 -
YUV 190.49 59.44 115.52 -
System Red Green Blue C M Y K H S L
Decimal 173 223 69 0.22 0 0.69 0.13 79.48 0.71 0.57
Hex AD DF 45 16 0 45 D 4F 47 39
Octal 255 337 105 26 0 105 15 117 107 71
Binary 10101101 11011111 1000101 10110 0 1000101 1101 1001111 1000111 111001

Color Harmonies of #ADDF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF45

Black with #ADDF45

Text Example


Text Example

White with #ADDF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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