Html Css Color HEX #AEDD43 Conifer

📋 copy color: '#AEDD43'

red 174 ◦ green 221 ◦ blue 67

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

Shades of Conifer #AEDD43

Tints of Conifer #AEDD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.5%

R = 37.66%
G = 47.84%
B = 14.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#AEDD43 (or 0xAEDD43) is known color: Conifer. HEX triplet: AE, DD and 43. RGB value is (174,221,67). Sum of RGB (Red+Green+Blue) = 174+221+67=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD43 is #5122BC. Grayscale: #BDBDBD. Windows color (decimal): -5317309 or 4447662. OLE color: 4447662.

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

Color convert

RGB 174 221 67 -
CMYK 0.21 0 0.70 0.13
HSL 78.31º 0.69% 0.56% -
HSV(B) 78.31º 0.7% 0.87% -
XYZ 44.33 61.12 14.77 -
YUV 189.39 58.93 117.02 -
System Red Green Blue C M Y K H S L
Decimal 174 221 67 0.21 0 0.70 0.13 78.31 0.69 0.56
Hex AE DD 43 15 0 46 D 4E 45 38
Octal 256 335 103 25 0 106 15 116 105 70
Binary 10101110 11011101 1000011 10101 0 1000110 1101 1001110 1000101 111000

Color Harmonies of #AEDD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD43

Black with #AEDD43

Text Example


Text Example

White with #AEDD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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