Html Css Color HEX #AECC18 Rio Grande

📋 copy color: '#AECC18'

red 174 ◦ green 204 ◦ blue 24

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

Shades of Rio Grande #AECC18

Tints of Rio Grande #AECC18

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.75%

 BLUE value IS 24 (9.77% from 255) = 5.97%

R = 43.28%
G = 50.75%
B = 5.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#AECC18 (or 0xAECC18) is known color: Rio Grande. HEX triplet: AE, CC and 18. RGB value is (174,204,24). Sum of RGB (Red+Green+Blue) = 174+204+24=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC18 is #5133E7. Grayscale: #AFAFAF. Windows color (decimal): -5321704 or 1625262. OLE color: 1625262.

HSL color Cylindrical-coordinate representation of color #AECC18: hue angle of 70º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AECC18 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 24 -
CMYK 0.15 0 0.88 0.2
HSL 70º 0.79% 0.45% -
HSV(B) 70º 0.88% 0.8% -
XYZ 39.21 52.25 8.88 -
YUV 174.51 43.06 127.64 -
System Red Green Blue C M Y K H S L
Decimal 174 204 24 0.15 0 0.88 0.2 70 0.79 0.45
Hex AE CC 18 F 0 58 14 46 4F 2D
Octal 256 314 30 17 0 130 24 106 117 55
Binary 10101110 11001100 11000 1111 0 1011000 10100 1000110 1001111 101101

Color Harmonies of #AECC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC18

Black with #AECC18

Text Example


Text Example

White with #AECC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC18; }

 p { color: rgb(174,204,24); }

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

background-color css

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

 a { background-color: rgb(174,204,24); }

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

border-color css

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

 span { border-color: rgb(174,204,24); }

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