Html Css Color HEX #AEDC44 Conifer

📋 copy color: '#AEDC44'

red 174 ◦ green 220 ◦ blue 68

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

Shades of Conifer #AEDC44

Tints of Conifer #AEDC44

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.62%

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

R = 37.66%
G = 47.62%
B = 14.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#AEDC44 (or 0xAEDC44) is known color: Conifer. HEX triplet: AE, DC and 44. RGB value is (174,220,68). Sum of RGB (Red+Green+Blue) = 174+220+68=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC44 is #5123BB. Grayscale: #BDBDBD. Windows color (decimal): -5317564 or 4512942. OLE color: 4512942.

HSL color Cylindrical-coordinate representation of color #AEDC44: hue angle of 78.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEDC44 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 68 -
CMYK 0.21 0 0.69 0.14
HSL 78.16º 0.68% 0.56% -
HSV(B) 78.16º 0.69% 0.86% -
XYZ 44.09 60.6 14.84 -
YUV 188.92 59.76 117.36 -
System Red Green Blue C M Y K H S L
Decimal 174 220 68 0.21 0 0.69 0.14 78.16 0.68 0.56
Hex AE DC 44 15 0 45 E 4E 44 38
Octal 256 334 104 25 0 105 16 116 104 70
Binary 10101110 11011100 1000100 10101 0 1000101 1110 1001110 1000100 111000

Color Harmonies of #AEDC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC44

Black with #AEDC44

Text Example


Text Example

White with #AEDC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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