Html Css Color HEX #AFCE15 Rio Grande

📋 copy color: '#AFCE15'

red 175 ◦ green 206 ◦ blue 21

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

Shades of Rio Grande #AFCE15

Tints of Rio Grande #AFCE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.22%

R = 43.53%
G = 51.24%
B = 5.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#AFCE15 (or 0xAFCE15) is known color: Rio Grande. HEX triplet: AF, CE and 15. RGB value is (175,206,21). Sum of RGB (Red+Green+Blue) = 175+206+21=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCE15 is #5031EA. Grayscale: #B0B0B0. Windows color (decimal): -5255659 or 1429167. OLE color: 1429167.

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

Color convert

RGB 175 206 21 -
CMYK 0.15 0 0.90 0.19
HSL 70.05º 0.81% 0.45% -
HSV(B) 70.05º 0.9% 0.81% -
XYZ 39.89 53.31 8.9 -
YUV 175.64 40.73 127.54 -
System Red Green Blue C M Y K H S L
Decimal 175 206 21 0.15 0 0.90 0.19 70.05 0.81 0.45
Hex AF CE 15 F 0 5A 13 46 51 2D
Octal 257 316 25 17 0 132 23 106 121 55
Binary 10101111 11001110 10101 1111 0 1011010 10011 1000110 1010001 101101

Color Harmonies of #AFCE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE15

Black with #AFCE15

Text Example


Text Example

White with #AFCE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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