Html Css Color HEX #AFD00A Rio Grande

📋 copy color: '#AFD00A'

red 175 ◦ green 208 ◦ blue 10

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

Shades of Rio Grande #AFD00A

Tints of Rio Grande #AFD00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 44.53%
G = 52.93%
B = 2.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#AFD00A (or 0xAFD00A) is known color: Rio Grande. HEX triplet: AF, D0 and 0A. RGB value is (175,208,10). Sum of RGB (Red+Green+Blue) = 175+208+10=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD00A is #502FF5. Grayscale: #B0B0B0. Windows color (decimal): -5255158 or 708783. OLE color: 708783.

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

Color convert

RGB 175 208 10 -
CMYK 0.16 0 0.95 0.18
HSL 70º 0.91% 0.43% -
HSV(B) 70º 0.95% 0.82% -
XYZ 40.29 54.25 8.63 -
YUV 175.56 34.57 127.6 -
System Red Green Blue C M Y K H S L
Decimal 175 208 10 0.16 0 0.95 0.18 70 0.91 0.43
Hex AF D0 A 10 0 5F 12 46 5B 2B
Octal 257 320 12 20 0 137 22 106 133 53
Binary 10101111 11010000 1010 10000 0 1011111 10010 1000110 1011011 101011

Color Harmonies of #AFD00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD00A

Black with #AFD00A

Text Example


Text Example

White with #AFD00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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