Html Css Color HEX #AFD118 Rio Grande

📋 copy color: '#AFD118'

red 175 ◦ green 209 ◦ blue 24

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

Shades of Rio Grande #AFD118

Tints of Rio Grande #AFD118

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.23%

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

R = 42.89%
G = 51.23%
B = 5.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#AFD118 (or 0xAFD118) is known color: Rio Grande. HEX triplet: AF, D1 and 18. RGB value is (175,209,24). Sum of RGB (Red+Green+Blue) = 175+209+24=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD118 is #502EE7. Grayscale: #B2B2B2. Windows color (decimal): -5254888 or 1626543. OLE color: 1626543.

HSL color Cylindrical-coordinate representation of color #AFD118: hue angle of 71.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFD118 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 24 -
CMYK 0.16 0 0.89 0.18
HSL 71.03º 0.79% 0.46% -
HSV(B) 71.03º 0.89% 0.82% -
XYZ 40.64 54.78 9.3 -
YUV 177.74 41.24 126.04 -
System Red Green Blue C M Y K H S L
Decimal 175 209 24 0.16 0 0.89 0.18 71.03 0.79 0.46
Hex AF D1 18 10 0 59 12 47 4F 2E
Octal 257 321 30 20 0 131 22 107 117 56
Binary 10101111 11010001 11000 10000 0 1011001 10010 1000111 1001111 101110

Color Harmonies of #AFD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD118

Black with #AFD118

Text Example


Text Example

White with #AFD118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD118; }

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

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

background-color css

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

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

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

border-color css

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

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

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