Html Css Color HEX #AADF44 Conifer

📋 copy color: '#AADF44'

red 170 ◦ green 223 ◦ blue 68

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

Shades of Conifer #AADF44

Tints of Conifer #AADF44

RGB

 RED value IS 170 (66.8% from 255) = 36.88%

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

 BLUE value IS 68 (26.95% from 255) = 14.75%

R = 36.88%
G = 48.37%
B = 14.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#AADF44 (or 0xAADF44) is known color: Conifer. HEX triplet: AA, DF and 44. RGB value is (170,223,68). Sum of RGB (Red+Green+Blue) = 170+223+68=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF44 is #5520BB. Grayscale: #BEBEBE. Windows color (decimal): -5578940 or 4513706. OLE color: 4513706.

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

Color convert

RGB 170 223 68 -
CMYK 0.24 0 0.70 0.13
HSL 80.52º 0.71% 0.57% -
HSV(B) 80.52º 0.7% 0.87% -
XYZ 44.01 61.74 15.07 -
YUV 189.48 59.44 114.1 -
System Red Green Blue C M Y K H S L
Decimal 170 223 68 0.24 0 0.70 0.13 80.52 0.71 0.57
Hex AA DF 44 18 0 46 D 51 47 39
Octal 252 337 104 30 0 106 15 121 107 71
Binary 10101010 11011111 1000100 11000 0 1000110 1101 1010001 1000111 111001

Color Harmonies of #AADF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF44

Black with #AADF44

Text Example


Text Example

White with #AADF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF44; }

 p { color: rgb(170,223,68); }

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

background-color css

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

 a { background-color: rgb(170,223,68); }

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

border-color css

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

 span { border-color: rgb(170,223,68); }

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