Html Css Color HEX #AFC90D Rio Grande

📋 copy color: '#AFC90D'

red 175 ◦ green 201 ◦ blue 13

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

Shades of Rio Grande #AFC90D

Tints of Rio Grande #AFC90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.67%

 BLUE value IS 13 (5.47% from 255) = 3.34%

R = 44.99%
G = 51.67%
B = 3.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#AFC90D (or 0xAFC90D) is known color: Rio Grande. HEX triplet: AF, C9 and 0D. RGB value is (175,201,13). Sum of RGB (Red+Green+Blue) = 175+201+13=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC90D is #5036F2. Grayscale: #ACACAC. Windows color (decimal): -5256947 or 903599. OLE color: 903599.

HSL color Cylindrical-coordinate representation of color #AFC90D: hue angle of 68.3º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFC90D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 13 -
CMYK 0.13 0 0.94 0.21
HSL 68.3º 0.88% 0.42% -
HSV(B) 68.3º 0.94% 0.79% -
XYZ 38.64 50.92 8.17 -
YUV 171.79 38.39 130.29 -
System Red Green Blue C M Y K H S L
Decimal 175 201 13 0.13 0 0.94 0.21 68.3 0.88 0.42
Hex AF C9 D D 0 5E 15 44 58 2A
Octal 257 311 15 15 0 136 25 104 130 52
Binary 10101111 11001001 1101 1101 0 1011110 10101 1000100 1011000 101010

Color Harmonies of #AFC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC90D

Black with #AFC90D

Text Example


Text Example

White with #AFC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC90D; }

 p { color: rgb(175,201,13); }

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

background-color css

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

 a { background-color: rgb(175,201,13); }

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

border-color css

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

 span { border-color: rgb(175,201,13); }

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