Html Css Color HEX #AADE43 Conifer

📋 copy color: '#AADE43'

red 170 ◦ green 222 ◦ blue 67

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

Shades of Conifer #AADE43

Tints of Conifer #AADE43

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.37%

 BLUE value IS 67 (26.56% from 255) = 14.6%

R = 37.04%
G = 48.37%
B = 14.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#AADE43 (or 0xAADE43) is known color: Conifer. HEX triplet: AA, DE and 43. RGB value is (170,222,67). Sum of RGB (Red+Green+Blue) = 170+222+67=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADE43 is #5521BC. Grayscale: #BDBDBD. Windows color (decimal): -5579197 or 4447914. OLE color: 4447914.

HSL color Cylindrical-coordinate representation of color #AADE43: hue angle of 80.13º degrees, saturation: 0.7, 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 #AADE43 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 67 -
CMYK 0.23 0 0.70 0.13
HSL 80.13º 0.7% 0.57% -
HSV(B) 80.13º 0.7% 0.87% -
XYZ 43.71 61.19 14.82 -
YUV 188.78 59.27 114.6 -
System Red Green Blue C M Y K H S L
Decimal 170 222 67 0.23 0 0.70 0.13 80.13 0.7 0.57
Hex AA DE 43 17 0 46 D 50 46 39
Octal 252 336 103 27 0 106 15 120 106 71
Binary 10101010 11011110 1000011 10111 0 1000110 1101 1010000 1000110 111001

Color Harmonies of #AADE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE43

Black with #AADE43

Text Example


Text Example

White with #AADE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE43; }

 p { color: rgb(170,222,67); }

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

background-color css

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

 a { background-color: rgb(170,222,67); }

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

border-color css

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

 span { border-color: rgb(170,222,67); }

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