Html Css Color HEX #AFCF18 Rio Grande

📋 copy color: '#AFCF18'

red 175 ◦ green 207 ◦ blue 24

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

Shades of Rio Grande #AFCF18

Tints of Rio Grande #AFCF18

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.99%

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

R = 43.1%
G = 50.99%
B = 5.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#AFCF18 (or 0xAFCF18) is known color: Rio Grande. HEX triplet: AF, CF and 18. RGB value is (175,207,24). Sum of RGB (Red+Green+Blue) = 175+207+24=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCF18 is #5030E7. Grayscale: #B1B1B1. Windows color (decimal): -5255400 or 1626031. OLE color: 1626031.

HSL color Cylindrical-coordinate representation of color #AFCF18: hue angle of 70.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFCF18 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 24 -
CMYK 0.15 0 0.88 0.19
HSL 70.49º 0.79% 0.45% -
HSV(B) 70.49º 0.88% 0.81% -
XYZ 40.16 53.81 9.13 -
YUV 176.57 41.9 126.88 -
System Red Green Blue C M Y K H S L
Decimal 175 207 24 0.15 0 0.88 0.19 70.49 0.79 0.45
Hex AF CF 18 F 0 58 13 46 4F 2D
Octal 257 317 30 17 0 130 23 106 117 55
Binary 10101111 11001111 11000 1111 0 1011000 10011 1000110 1001111 101101

Color Harmonies of #AFCF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF18

Black with #AFCF18

Text Example


Text Example

White with #AFCF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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