Html Css Color HEX #AFCA18 Rio Grande

📋 copy color: '#AFCA18'

red 175 ◦ green 202 ◦ blue 24

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

Shades of Rio Grande #AFCA18

Tints of Rio Grande #AFCA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.99%

R = 43.64%
G = 50.37%
B = 5.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#AFCA18 (or 0xAFCA18) is known color: Rio Grande. HEX triplet: AF, CA and 18. RGB value is (175,202,24). Sum of RGB (Red+Green+Blue) = 175+202+24=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA18 is #5035E7. Grayscale: #AEAEAE. Windows color (decimal): -5256680 or 1624751. OLE color: 1624751.

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

Color convert

RGB 175 202 24 -
CMYK 0.13 0 0.88 0.21
HSL 69.1º 0.79% 0.44% -
HSV(B) 69.1º 0.88% 0.79% -
XYZ 38.96 51.42 8.74 -
YUV 173.64 43.55 128.97 -
System Red Green Blue C M Y K H S L
Decimal 175 202 24 0.13 0 0.88 0.21 69.1 0.79 0.44
Hex AF CA 18 D 0 58 15 45 4F 2C
Octal 257 312 30 15 0 130 25 105 117 54
Binary 10101111 11001010 11000 1101 0 1011000 10101 1000101 1001111 101100

Color Harmonies of #AFCA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA18

Black with #AFCA18

Text Example


Text Example

White with #AFCA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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