Html Css Color HEX #AFC91A Rio Grande

📋 copy color: '#AFC91A'

red 175 ◦ green 201 ◦ blue 26

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

Shades of Rio Grande #AFC91A

Tints of Rio Grande #AFC91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 43.53%
G = 50%
B = 6.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#AFC91A (or 0xAFC91A) is known color: Rio Grande. HEX triplet: AF, C9 and 1A. RGB value is (175,201,26). Sum of RGB (Red+Green+Blue) = 175+201+26=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC91A is #5036E5. Grayscale: #ADADAD. Windows color (decimal): -5256934 or 1755567. OLE color: 1755567.

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

Color convert

RGB 175 201 26 -
CMYK 0.13 0 0.87 0.21
HSL 68.91º 0.77% 0.45% -
HSV(B) 68.91º 0.87% 0.79% -
XYZ 38.75 50.96 8.77 -
YUV 173.28 44.89 129.23 -
System Red Green Blue C M Y K H S L
Decimal 175 201 26 0.13 0 0.87 0.21 68.91 0.77 0.45
Hex AF C9 1A D 0 57 15 45 4D 2D
Octal 257 311 32 15 0 127 25 105 115 55
Binary 10101111 11001001 11010 1101 0 1010111 10101 1000101 1001101 101101

Color Harmonies of #AFC91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC91A

Black with #AFC91A

Text Example


Text Example

White with #AFC91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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