Html Css Color HEX #AADE67 Conifer

📋 copy color: '#AADE67'

red 170 ◦ green 222 ◦ blue 103

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

Shades of Conifer #AADE67

Tints of Conifer #AADE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.81%

R = 34.34%
G = 44.85%
B = 20.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#AADE67 (or 0xAADE67) is known color: Conifer. HEX triplet: AA, DE and 67. RGB value is (170,222,103). Sum of RGB (Red+Green+Blue) = 170+222+103=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE67 is #552198. Grayscale: #C1C1C1. Windows color (decimal): -5579161 or 6807210. OLE color: 6807210.

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

Color convert

RGB 170 222 103 -
CMYK 0.23 0 0.54 0.13
HSL 86.22º 0.64% 0.64% -
HSV(B) 86.22º 0.54% 0.87% -
XYZ 45.15 61.77 22.37 -
YUV 192.89 77.27 111.68 -
System Red Green Blue C M Y K H S L
Decimal 170 222 103 0.23 0 0.54 0.13 86.22 0.64 0.64
Hex AA DE 67 17 0 36 D 56 40 40
Octal 252 336 147 27 0 66 15 126 100 100
Binary 10101010 11011110 1100111 10111 0 110110 1101 1010110 1000000 1000000

Color Harmonies of #AADE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE67

Black with #AADE67

Text Example


Text Example

White with #AADE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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