Html Css Color HEX #AFD110 Rio Grande

📋 copy color: '#AFD110'

red 175 ◦ green 209 ◦ blue 16

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

Shades of Rio Grande #AFD110

Tints of Rio Grande #AFD110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4%

R = 43.75%
G = 52.25%
B = 4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#AFD110 (or 0xAFD110) is known color: Rio Grande. HEX triplet: AF, D1 and 10. RGB value is (175,209,16). Sum of RGB (Red+Green+Blue) = 175+209+16=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD110 is #502EEF. Grayscale: #B1B1B1. Windows color (decimal): -5254896 or 1102255. OLE color: 1102255.

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

Color convert

RGB 175 209 16 -
CMYK 0.16 0 0.92 0.18
HSL 70.57º 0.86% 0.44% -
HSV(B) 70.57º 0.92% 0.82% -
XYZ 40.57 54.75 8.92 -
YUV 176.83 37.24 126.69 -
System Red Green Blue C M Y K H S L
Decimal 175 209 16 0.16 0 0.92 0.18 70.57 0.86 0.44
Hex AF D1 10 10 0 5C 12 47 56 2C
Octal 257 321 20 20 0 134 22 107 126 54
Binary 10101111 11010001 10000 10000 0 1011100 10010 1000111 1010110 101100

Color Harmonies of #AFD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD110

Black with #AFD110

Text Example


Text Example

White with #AFD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD110; }

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

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

background-color css

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

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

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

border-color css

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

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

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