Html Css Color HEX #AEDD5B Conifer

📋 copy color: '#AEDD5B'

red 174 ◦ green 221 ◦ blue 91

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

Shades of Conifer #AEDD5B

Tints of Conifer #AEDD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.72%

R = 35.8%
G = 45.47%
B = 18.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#AEDD5B (or 0xAEDD5B) is known color: Conifer. HEX triplet: AE, DD and 5B. RGB value is (174,221,91). Sum of RGB (Red+Green+Blue) = 174+221+91=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD5B is #5122A4. Grayscale: #C0C0C0. Windows color (decimal): -5317285 or 6020526. OLE color: 6020526.

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

Color convert

RGB 174 221 91 -
CMYK 0.21 0 0.59 0.13
HSL 81.69º 0.66% 0.61% -
HSV(B) 81.69º 0.59% 0.87% -
XYZ 45.2 61.47 19.38 -
YUV 192.13 70.93 115.07 -
System Red Green Blue C M Y K H S L
Decimal 174 221 91 0.21 0 0.59 0.13 81.69 0.66 0.61
Hex AE DD 5B 15 0 3B D 52 42 3D
Octal 256 335 133 25 0 73 15 122 102 75
Binary 10101110 11011101 1011011 10101 0 111011 1101 1010010 1000010 111101

Color Harmonies of #AEDD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD5B

Black with #AEDD5B

Text Example


Text Example

White with #AEDD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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