Html Css Color HEX #AEDA46 Conifer

📋 copy color: '#AEDA46'

red 174 ◦ green 218 ◦ blue 70

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

Shades of Conifer #AEDA46

Tints of Conifer #AEDA46

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.19%

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 37.66%
G = 47.19%
B = 15.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#AEDA46 (or 0xAEDA46) is known color: Conifer. HEX triplet: AE, DA and 46. RGB value is (174,218,70). Sum of RGB (Red+Green+Blue) = 174+218+70=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA46 is #5125B9. Grayscale: #BCBCBC. Windows color (decimal): -5318074 or 4643502. OLE color: 4643502.

HSL color Cylindrical-coordinate representation of color #AEDA46: hue angle of 77.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEDA46 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 70 -
CMYK 0.20 0 0.68 0.15
HSL 77.84º 0.67% 0.56% -
HSV(B) 77.84º 0.68% 0.85% -
XYZ 43.63 59.58 15 -
YUV 187.97 61.42 118.03 -
System Red Green Blue C M Y K H S L
Decimal 174 218 70 0.20 0 0.68 0.15 77.84 0.67 0.56
Hex AE DA 46 14 0 44 F 4E 43 38
Octal 256 332 106 24 0 104 17 116 103 70
Binary 10101110 11011010 1000110 10100 0 1000100 1111 1001110 1000011 111000

Color Harmonies of #AEDA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA46

Black with #AEDA46

Text Example


Text Example

White with #AEDA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA46; }

 p { color: rgb(174,218,70); }

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

background-color css

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

 a { background-color: rgb(174,218,70); }

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

border-color css

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

 span { border-color: rgb(174,218,70); }

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