Html Css Color HEX #AFC81A Rio Grande

📋 copy color: '#AFC81A'

red 175 ◦ green 200 ◦ blue 26

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

Shades of Rio Grande #AFC81A

Tints of Rio Grande #AFC81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.88%

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

R = 43.64%
G = 49.88%
B = 6.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#AFC81A (or 0xAFC81A) is known color: Rio Grande. HEX triplet: AF, C8 and 1A. RGB value is (175,200,26). Sum of RGB (Red+Green+Blue) = 175+200+26=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC81A is #5037E5. Grayscale: #ADADAD. Windows color (decimal): -5257190 or 1755311. OLE color: 1755311.

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

Color convert

RGB 175 200 26 -
CMYK 0.12 0 0.87 0.22
HSL 68.62º 0.77% 0.44% -
HSV(B) 68.62º 0.87% 0.78% -
XYZ 38.52 50.5 8.69 -
YUV 172.69 45.22 129.65 -
System Red Green Blue C M Y K H S L
Decimal 175 200 26 0.12 0 0.87 0.22 68.62 0.77 0.44
Hex AF C8 1A C 0 57 16 45 4D 2C
Octal 257 310 32 14 0 127 26 105 115 54
Binary 10101111 11001000 11010 1100 0 1010111 10110 1000101 1001101 101100

Color Harmonies of #AFC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC81A

Black with #AFC81A

Text Example


Text Example

White with #AFC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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