Html Css Color HEX #AED24E Conifer

📋 copy color: '#AED24E'

red 174 ◦ green 210 ◦ blue 78

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

Shades of Conifer #AED24E

Tints of Conifer #AED24E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.45%

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

R = 37.66%
G = 45.45%
B = 16.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#AED24E (or 0xAED24E) is known color: Conifer. HEX triplet: AE, D2 and 4E. RGB value is (174,210,78). Sum of RGB (Red+Green+Blue) = 174+210+78=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #AED24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED24E is #512DB1. Grayscale: #B8B8B8. Windows color (decimal): -5320114 or 5165742. OLE color: 5165742.

HSL color Cylindrical-coordinate representation of color #AED24E: hue angle of 76.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AED24E is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 78 -
CMYK 0.17 0 0.63 0.18
HSL 76.36º 0.59% 0.56% -
HSV(B) 76.36º 0.63% 0.82% -
XYZ 41.88 55.64 15.74 -
YUV 184.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 174 210 78 0.17 0 0.63 0.18 76.36 0.59 0.56
Hex AE D2 4E 11 0 3F 12 4C 3B 38
Octal 256 322 116 21 0 77 22 114 73 70
Binary 10101110 11010010 1001110 10001 0 111111 10010 1001100 111011 111000

Color Harmonies of #AED24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED24E

Black with #AED24E

Text Example


Text Example

White with #AED24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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