Html Css Color HEX #AEDE47 Conifer

📋 copy color: '#AEDE47'

red 174 ◦ green 222 ◦ blue 71

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

Shades of Conifer #AEDE47

Tints of Conifer #AEDE47

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.54%

 BLUE value IS 71 (28.13% from 255) = 15.2%

R = 37.26%
G = 47.54%
B = 15.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#AEDE47 (or 0xAEDE47) is known color: Conifer. HEX triplet: AE, DE and 47. RGB value is (174,222,71). Sum of RGB (Red+Green+Blue) = 174+222+71=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDE47 is #5121B8. Grayscale: #BEBEBE. Windows color (decimal): -5317049 or 4710062. OLE color: 4710062.

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

Color convert

RGB 174 222 71 -
CMYK 0.22 0 0.68 0.13
HSL 79.07º 0.7% 0.57% -
HSV(B) 79.07º 0.68% 0.87% -
XYZ 44.71 61.7 15.51 -
YUV 190.43 60.6 116.28 -
System Red Green Blue C M Y K H S L
Decimal 174 222 71 0.22 0 0.68 0.13 79.07 0.7 0.57
Hex AE DE 47 16 0 44 D 4F 46 39
Octal 256 336 107 26 0 104 15 117 106 71
Binary 10101110 11011110 1000111 10110 0 1000100 1101 1001111 1000110 111001

Color Harmonies of #AEDE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE47

Black with #AEDE47

Text Example


Text Example

White with #AEDE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE47; }

 p { color: rgb(174,222,71); }

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

background-color css

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

 a { background-color: rgb(174,222,71); }

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

border-color css

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

 span { border-color: rgb(174,222,71); }

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