Html Css Color HEX #AEDD44 Conifer

📋 copy color: '#AEDD44'

red 174 ◦ green 221 ◦ blue 68

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

Shades of Conifer #AEDD44

Tints of Conifer #AEDD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.69%

R = 37.58%
G = 47.73%
B = 14.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#AEDD44 (or 0xAEDD44) is known color: Conifer. HEX triplet: AE, DD and 44. RGB value is (174,221,68). Sum of RGB (Red+Green+Blue) = 174+221+68=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD44 is #5122BB. Grayscale: #BEBEBE. Windows color (decimal): -5317308 or 4513198. OLE color: 4513198.

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

Color convert

RGB 174 221 68 -
CMYK 0.21 0 0.69 0.13
HSL 78.43º 0.69% 0.57% -
HSV(B) 78.43º 0.69% 0.87% -
XYZ 44.36 61.13 14.93 -
YUV 189.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 174 221 68 0.21 0 0.69 0.13 78.43 0.69 0.57
Hex AE DD 44 15 0 45 D 4E 45 39
Octal 256 335 104 25 0 105 15 116 105 71
Binary 10101110 11011101 1000100 10101 0 1000101 1101 1001110 1000101 111001

Color Harmonies of #AEDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD44

Black with #AEDD44

Text Example


Text Example

White with #AEDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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