Html Css Color HEX #AFD112 Rio Grande

📋 copy color: '#AFD112'

red 175 ◦ green 209 ◦ blue 18

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

Shades of Rio Grande #AFD112

Tints of Rio Grande #AFD112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 43.53%
G = 51.99%
B = 4.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#AFD112 (or 0xAFD112) is known color: Rio Grande. HEX triplet: AF, D1 and 12. RGB value is (175,209,18). Sum of RGB (Red+Green+Blue) = 175+209+18=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD112 is #502EED. Grayscale: #B1B1B1. Windows color (decimal): -5254894 or 1233327. OLE color: 1233327.

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

Color convert

RGB 175 209 18 -
CMYK 0.16 0 0.91 0.18
HSL 70.68º 0.84% 0.45% -
HSV(B) 70.68º 0.91% 0.82% -
XYZ 40.59 54.76 9 -
YUV 177.06 38.24 126.53 -
System Red Green Blue C M Y K H S L
Decimal 175 209 18 0.16 0 0.91 0.18 70.68 0.84 0.45
Hex AF D1 12 10 0 5B 12 47 54 2D
Octal 257 321 22 20 0 133 22 107 124 55
Binary 10101111 11010001 10010 10000 0 1011011 10010 1000111 1010100 101101

Color Harmonies of #AFD112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD112

Black with #AFD112

Text Example


Text Example

White with #AFD112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD112; }

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

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

background-color css

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

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

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

border-color css

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

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

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