Html Css Color HEX #AED54E Conifer

📋 copy color: '#AED54E'

red 174 ◦ green 213 ◦ blue 78

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

Shades of Conifer #AED54E

Tints of Conifer #AED54E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.81%

 BLUE value IS 78 (30.86% from 255) = 16.77%

R = 37.42%
G = 45.81%
B = 16.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#AED54E (or 0xAED54E) is known color: Conifer. HEX triplet: AE, D5 and 4E. RGB value is (174,213,78). Sum of RGB (Red+Green+Blue) = 174+213+78=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #AED54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED54E is #512AB1. Grayscale: #BABABA. Windows color (decimal): -5319346 or 5166510. OLE color: 5166510.

HSL color Cylindrical-coordinate representation of color #AED54E: hue angle of 77.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AED54E is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 78 -
CMYK 0.18 0 0.63 0.16
HSL 77.33º 0.62% 0.57% -
HSV(B) 77.33º 0.63% 0.84% -
XYZ 42.62 57.14 15.99 -
YUV 185.95 67.08 119.48 -
System Red Green Blue C M Y K H S L
Decimal 174 213 78 0.18 0 0.63 0.16 77.33 0.62 0.57
Hex AE D5 4E 12 0 3F 10 4D 3E 39
Octal 256 325 116 22 0 77 20 115 76 71
Binary 10101110 11010101 1001110 10010 0 111111 10000 1001101 111110 111001

Color Harmonies of #AED54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED54E

Black with #AED54E

Text Example


Text Example

White with #AED54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED54E; }

 p { color: rgb(174,213,78); }

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

background-color css

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

 a { background-color: rgb(174,213,78); }

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

border-color css

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

 span { border-color: rgb(174,213,78); }

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