Html Css Color HEX #AFD00C Rio Grande

📋 copy color: '#AFD00C'

red 175 ◦ green 208 ◦ blue 12

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

Shades of Rio Grande #AFD00C

Tints of Rio Grande #AFD00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.66%

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 44.3%
G = 52.66%
B = 3.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#AFD00C (or 0xAFD00C) is known color: Rio Grande. HEX triplet: AF, D0 and 0C. RGB value is (175,208,12). Sum of RGB (Red+Green+Blue) = 175+208+12=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD00C is #502FF3. Grayscale: #B0B0B0. Windows color (decimal): -5255156 or 839855. OLE color: 839855.

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

Color convert

RGB 175 208 12 -
CMYK 0.16 0 0.94 0.18
HSL 70.1º 0.89% 0.43% -
HSV(B) 70.1º 0.94% 0.82% -
XYZ 40.3 54.25 8.7 -
YUV 175.79 35.57 127.44 -
System Red Green Blue C M Y K H S L
Decimal 175 208 12 0.16 0 0.94 0.18 70.1 0.89 0.43
Hex AF D0 C 10 0 5E 12 46 59 2B
Octal 257 320 14 20 0 136 22 106 131 53
Binary 10101111 11010000 1100 10000 0 1011110 10010 1000110 1011001 101011

Color Harmonies of #AFD00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD00C

Black with #AFD00C

Text Example


Text Example

White with #AFD00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD00C; }

 p { color: rgb(175,208,12); }

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

background-color css

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

 a { background-color: rgb(175,208,12); }

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

border-color css

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

 span { border-color: rgb(175,208,12); }

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