Html Css Color HEX #AFCA14 Rio Grande

📋 copy color: '#AFCA14'

red 175 ◦ green 202 ◦ blue 20

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

Shades of Rio Grande #AFCA14

Tints of Rio Grande #AFCA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 44.08%
G = 50.88%
B = 5.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#AFCA14 (or 0xAFCA14) is known color: Rio Grande. HEX triplet: AF, CA and 14. RGB value is (175,202,20). Sum of RGB (Red+Green+Blue) = 175+202+20=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA14 is #5035EB. Grayscale: #ADADAD. Windows color (decimal): -5256684 or 1362607. OLE color: 1362607.

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

Color convert

RGB 175 202 20 -
CMYK 0.13 0 0.90 0.21
HSL 68.9º 0.82% 0.44% -
HSV(B) 68.9º 0.9% 0.79% -
XYZ 38.93 51.41 8.53 -
YUV 173.18 41.55 129.3 -
System Red Green Blue C M Y K H S L
Decimal 175 202 20 0.13 0 0.90 0.21 68.9 0.82 0.44
Hex AF CA 14 D 0 5A 15 45 52 2C
Octal 257 312 24 15 0 132 25 105 122 54
Binary 10101111 11001010 10100 1101 0 1011010 10101 1000101 1010010 101100

Color Harmonies of #AFCA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA14

Black with #AFCA14

Text Example


Text Example

White with #AFCA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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