Html Css Color HEX #AFCA0F Rio Grande

📋 copy color: '#AFCA0F'

red 175 ◦ green 202 ◦ blue 15

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

Shades of Rio Grande #AFCA0F

Tints of Rio Grande #AFCA0F

RGB

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

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

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

R = 44.64%
G = 51.53%
B = 3.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#AFCA0F (or 0xAFCA0F) is known color: Rio Grande. HEX triplet: AF, CA and 0F. RGB value is (175,202,15). Sum of RGB (Red+Green+Blue) = 175+202+15=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA0F is #5035F0. Grayscale: #ADADAD. Windows color (decimal): -5256689 or 1034927. OLE color: 1034927.

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

Color convert

RGB 175 202 15 -
CMYK 0.13 0 0.93 0.21
HSL 68.66º 0.86% 0.43% -
HSV(B) 68.66º 0.93% 0.79% -
XYZ 38.89 51.39 8.32 -
YUV 172.61 39.05 129.71 -
System Red Green Blue C M Y K H S L
Decimal 175 202 15 0.13 0 0.93 0.21 68.66 0.86 0.43
Hex AF CA F D 0 5D 15 45 56 2B
Octal 257 312 17 15 0 135 25 105 126 53
Binary 10101111 11001010 1111 1101 0 1011101 10101 1000101 1010110 101011

Color Harmonies of #AFCA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA0F

Black with #AFCA0F

Text Example


Text Example

White with #AFCA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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