Html Css Color HEX #AEDD65 Conifer

📋 copy color: '#AEDD65'

red 174 ◦ green 221 ◦ blue 101

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

Shades of Conifer #AEDD65

Tints of Conifer #AEDD65

RGB

 RED value IS 174 (68.36% from 255) = 35.08%

 GREEN value IS 221 (86.72% from 255) = 44.56%

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 35.08%
G = 44.56%
B = 20.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#AEDD65 (or 0xAEDD65) is known color: Conifer. HEX triplet: AE, DD and 65. RGB value is (174,221,101). Sum of RGB (Red+Green+Blue) = 174+221+101=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD65 is #51229A. Grayscale: #C1C1C1. Windows color (decimal): -5317275 or 6675886. OLE color: 6675886.

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

Color convert

RGB 174 221 101 -
CMYK 0.21 0 0.54 0.13
HSL 83.5º 0.64% 0.63% -
HSV(B) 83.5º 0.54% 0.87% -
XYZ 45.66 61.65 21.81 -
YUV 193.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 174 221 101 0.21 0 0.54 0.13 83.5 0.64 0.63
Hex AE DD 65 15 0 36 D 54 40 3F
Octal 256 335 145 25 0 66 15 124 100 77
Binary 10101110 11011101 1100101 10101 0 110110 1101 1010100 1000000 111111

Color Harmonies of #AEDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD65

Black with #AEDD65

Text Example


Text Example

White with #AEDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD65; }

 p { color: rgb(174,221,101); }

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

background-color css

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

 a { background-color: rgb(174,221,101); }

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

border-color css

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

 span { border-color: rgb(174,221,101); }

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