Html Css Color HEX #AEDF47 Conifer

📋 copy color: '#AEDF47'

red 174 ◦ green 223 ◦ blue 71

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

Shades of Conifer #AEDF47

Tints of Conifer #AEDF47

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.65%

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

R = 37.18%
G = 47.65%
B = 15.17%

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

#AEDF47 (or 0xAEDF47) is known color: Conifer. HEX triplet: AE, DF and 47. RGB value is (174,223,71). Sum of RGB (Red+Green+Blue) = 174+223+71=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDF47 is #5120B8. Grayscale: #BFBFBF. Windows color (decimal): -5316793 or 4710318. OLE color: 4710318.

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

Color convert

RGB 174 223 71 -
CMYK 0.22 0 0.68 0.13
HSL 79.34º 0.7% 0.58% -
HSV(B) 79.34º 0.68% 0.87% -
XYZ 44.98 62.23 15.6 -
YUV 191.02 60.27 115.86 -
System Red Green Blue C M Y K H S L
Decimal 174 223 71 0.22 0 0.68 0.13 79.34 0.7 0.58
Hex AE DF 47 16 0 44 D 4F 46 3A
Octal 256 337 107 26 0 104 15 117 106 72
Binary 10101110 11011111 1000111 10110 0 1000100 1101 1001111 1000110 111010

Color Harmonies of #AEDF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF47

Black with #AEDF47

Text Example


Text Example

White with #AEDF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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