Html Css Color HEX #AFCA16 Rio Grande

📋 copy color: '#AFCA16'

red 175 ◦ green 202 ◦ blue 22

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

Shades of Rio Grande #AFCA16

Tints of Rio Grande #AFCA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.63%

 BLUE value IS 22 (8.98% from 255) = 5.51%

R = 43.86%
G = 50.63%
B = 5.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#AFCA16 (or 0xAFCA16) is known color: Rio Grande. HEX triplet: AF, CA and 16. RGB value is (175,202,22). Sum of RGB (Red+Green+Blue) = 175+202+22=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA16 is #5035E9. Grayscale: #AEAEAE. Windows color (decimal): -5256682 or 1493679. OLE color: 1493679.

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

Color convert

RGB 175 202 22 -
CMYK 0.13 0 0.89 0.21
HSL 69º 0.8% 0.44% -
HSV(B) 69º 0.89% 0.79% -
XYZ 38.94 51.41 8.63 -
YUV 173.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 175 202 22 0.13 0 0.89 0.21 69 0.8 0.44
Hex AF CA 16 D 0 59 15 45 50 2C
Octal 257 312 26 15 0 131 25 105 120 54
Binary 10101111 11001010 10110 1101 0 1011001 10101 1000101 1010000 101100

Color Harmonies of #AFCA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA16

Black with #AFCA16

Text Example


Text Example

White with #AFCA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA16; }

 p { color: rgb(175,202,22); }

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

background-color css

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

 a { background-color: rgb(175,202,22); }

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

border-color css

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

 span { border-color: rgb(175,202,22); }

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