Html Css Color HEX #AFCE19 Rio Grande

📋 copy color: '#AFCE19'

red 175 ◦ green 206 ◦ blue 25

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

Shades of Rio Grande #AFCE19

Tints of Rio Grande #AFCE19

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.74%

 BLUE value IS 25 (10.16% from 255) = 6.16%

R = 43.1%
G = 50.74%
B = 6.16%

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

#AFCE19 (or 0xAFCE19) is known color: Rio Grande. HEX triplet: AF, CE and 19. RGB value is (175,206,25). Sum of RGB (Red+Green+Blue) = 175+206+25=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCE19 is #5031E6. Grayscale: #B0B0B0. Windows color (decimal): -5255655 or 1691311. OLE color: 1691311.

HSL color Cylindrical-coordinate representation of color #AFCE19: hue angle of 70.28º degrees, saturation: 0.78, 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 #AFCE19 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 25 -
CMYK 0.15 0 0.88 0.19
HSL 70.28º 0.78% 0.45% -
HSV(B) 70.28º 0.88% 0.81% -
XYZ 39.93 53.33 9.11 -
YUV 176.1 42.73 127.22 -
System Red Green Blue C M Y K H S L
Decimal 175 206 25 0.15 0 0.88 0.19 70.28 0.78 0.45
Hex AF CE 19 F 0 58 13 46 4E 2D
Octal 257 316 31 17 0 130 23 106 116 55
Binary 10101111 11001110 11001 1111 0 1011000 10011 1000110 1001110 101101

Color Harmonies of #AFCE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE19

Black with #AFCE19

Text Example


Text Example

White with #AFCE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE19; }

 p { color: rgb(175,206,25); }

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

background-color css

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

 a { background-color: rgb(175,206,25); }

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

border-color css

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

 span { border-color: rgb(175,206,25); }

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