Html Css Color HEX #AFC70F Rio Grande

📋 copy color: '#AFC70F'

red 175 ◦ green 199 ◦ blue 15

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

Shades of Rio Grande #AFC70F

Tints of Rio Grande #AFC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.16%

 BLUE value IS 15 (6.25% from 255) = 3.86%

R = 44.99%
G = 51.16%
B = 3.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#AFC70F (or 0xAFC70F) is known color: Rio Grande. HEX triplet: AF, C7 and 0F. RGB value is (175,199,15). Sum of RGB (Red+Green+Blue) = 175+199+15=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC70F is #5038F0. Grayscale: #ABABAB. Windows color (decimal): -5257457 or 1034159. OLE color: 1034159.

HSL color Cylindrical-coordinate representation of color #AFC70F: hue angle of 67.83º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFC70F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 15 -
CMYK 0.12 0 0.92 0.22
HSL 67.83º 0.86% 0.42% -
HSV(B) 67.83º 0.92% 0.78% -
XYZ 38.19 50 8.09 -
YUV 170.85 40.05 130.96 -
System Red Green Blue C M Y K H S L
Decimal 175 199 15 0.12 0 0.92 0.22 67.83 0.86 0.42
Hex AF C7 F C 0 5C 16 44 56 2A
Octal 257 307 17 14 0 134 26 104 126 52
Binary 10101111 11000111 1111 1100 0 1011100 10110 1000100 1010110 101010

Color Harmonies of #AFC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC70F

Black with #AFC70F

Text Example


Text Example

White with #AFC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC70F; }

 p { color: rgb(175,199,15); }

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

background-color css

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

 a { background-color: rgb(175,199,15); }

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

border-color css

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

 span { border-color: rgb(175,199,15); }

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