Html Css Color HEX #AADE68 Conifer

📋 copy color: '#AADE68'

red 170 ◦ green 222 ◦ blue 104

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

Shades of Conifer #AADE68

Tints of Conifer #AADE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.97%

R = 34.27%
G = 44.76%
B = 20.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#AADE68 (or 0xAADE68) is known color: Conifer. HEX triplet: AA, DE and 68. RGB value is (170,222,104). Sum of RGB (Red+Green+Blue) = 170+222+104=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE68 is #552197. Grayscale: #C1C1C1. Windows color (decimal): -5579160 or 6872746. OLE color: 6872746.

HSL color Cylindrical-coordinate representation of color #AADE68: hue angle of 86.44º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AADE68 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 104 -
CMYK 0.23 0 0.53 0.13
HSL 86.44º 0.64% 0.64% -
HSV(B) 86.44º 0.53% 0.87% -
XYZ 45.2 61.79 22.64 -
YUV 193 77.77 111.59 -
System Red Green Blue C M Y K H S L
Decimal 170 222 104 0.23 0 0.53 0.13 86.44 0.64 0.64
Hex AA DE 68 17 0 35 D 56 40 40
Octal 252 336 150 27 0 65 15 126 100 100
Binary 10101010 11011110 1101000 10111 0 110101 1101 1010110 1000000 1000000

Color Harmonies of #AADE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE68

Black with #AADE68

Text Example


Text Example

White with #AADE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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