Html Css Color HEX #AECF18 Rio Grande

📋 copy color: '#AECF18'

red 174 ◦ green 207 ◦ blue 24

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

Shades of Rio Grande #AECF18

Tints of Rio Grande #AECF18

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.11%

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

R = 42.96%
G = 51.11%
B = 5.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#AECF18 (or 0xAECF18) is known color: Rio Grande. HEX triplet: AE, CF and 18. RGB value is (174,207,24). Sum of RGB (Red+Green+Blue) = 174+207+24=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF18 is #5130E7. Grayscale: #B0B0B0. Windows color (decimal): -5320936 or 1626030. OLE color: 1626030.

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

Color convert

RGB 174 207 24 -
CMYK 0.16 0 0.88 0.19
HSL 70.82º 0.79% 0.45% -
HSV(B) 70.82º 0.88% 0.81% -
XYZ 39.93 53.69 9.12 -
YUV 176.27 42.07 126.38 -
System Red Green Blue C M Y K H S L
Decimal 174 207 24 0.16 0 0.88 0.19 70.82 0.79 0.45
Hex AE CF 18 10 0 58 13 47 4F 2D
Octal 256 317 30 20 0 130 23 107 117 55
Binary 10101110 11001111 11000 10000 0 1011000 10011 1000111 1001111 101101

Color Harmonies of #AECF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF18

Black with #AECF18

Text Example


Text Example

White with #AECF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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