Html Css Color HEX #AED727 Fuego

📋 copy color: '#AED727'

red 174 ◦ green 215 ◦ blue 39

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

Shades of Fuego #AED727

Tints of Fuego #AED727

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.23%

 BLUE value IS 39 (15.63% from 255) = 9.11%

R = 40.65%
G = 50.23%
B = 9.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#AED727 (or 0xAED727) is known color: Fuego. HEX triplet: AE, D7 and 27. RGB value is (174,215,39). Sum of RGB (Red+Green+Blue) = 174+215+39=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #AED727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED727 is #5128D8. Grayscale: #B7B7B7. Windows color (decimal): -5318873 or 2611118. OLE color: 2611118.

HSL color Cylindrical-coordinate representation of color #AED727: hue angle of 73.98º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AED727 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 39 -
CMYK 0.19 0 0.82 0.16
HSL 73.98º 0.69% 0.5% -
HSV(B) 73.98º 0.82% 0.84% -
XYZ 42.12 57.75 10.85 -
YUV 182.68 46.92 121.81 -
System Red Green Blue C M Y K H S L
Decimal 174 215 39 0.19 0 0.82 0.16 73.98 0.69 0.5
Hex AE D7 27 13 0 52 10 4A 45 32
Octal 256 327 47 23 0 122 20 112 105 62
Binary 10101110 11010111 100111 10011 0 1010010 10000 1001010 1000101 110010

Color Harmonies of #AED727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED727

Black with #AED727

Text Example


Text Example

White with #AED727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED727; }

 p { color: rgb(174,215,39); }

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

background-color css

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

 a { background-color: rgb(174,215,39); }

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

border-color css

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

 span { border-color: rgb(174,215,39); }

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