Html Css Color HEX #AFCE18 Rio Grande

📋 copy color: '#AFCE18'

red 175 ◦ green 206 ◦ blue 24

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

Shades of Rio Grande #AFCE18

Tints of Rio Grande #AFCE18

RGB

 RED value IS 175 (68.75% from 255) = 43.21%

 GREEN value IS 206 (80.86% from 255) = 50.86%

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

R = 43.21%
G = 50.86%
B = 5.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#AFCE18 (or 0xAFCE18) is known color: Rio Grande. HEX triplet: AF, CE and 18. RGB value is (175,206,24). Sum of RGB (Red+Green+Blue) = 175+206+24=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCE18 is #5031E7. Grayscale: #B0B0B0. Windows color (decimal): -5255656 or 1625775. OLE color: 1625775.

HSL color Cylindrical-coordinate representation of color #AFCE18: hue angle of 70.22º 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 #AFCE18 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 24 -
CMYK 0.15 0 0.88 0.19
HSL 70.22º 0.79% 0.45% -
HSV(B) 70.22º 0.88% 0.81% -
XYZ 39.92 53.32 9.05 -
YUV 175.98 42.23 127.3 -
System Red Green Blue C M Y K H S L
Decimal 175 206 24 0.15 0 0.88 0.19 70.22 0.79 0.45
Hex AF CE 18 F 0 58 13 46 4F 2D
Octal 257 316 30 17 0 130 23 106 117 55
Binary 10101111 11001110 11000 1111 0 1011000 10011 1000110 1001111 101101

Color Harmonies of #AFCE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE18

Black with #AFCE18

Text Example


Text Example

White with #AFCE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE18; }

 p { color: rgb(175,206,24); }

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

background-color css

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

 a { background-color: rgb(175,206,24); }

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

border-color css

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

 span { border-color: rgb(175,206,24); }

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